public static interface MoveAddressToVpcResponse.Builder extends Ec2Response.Builder, SdkPojo, CopyableBuilder<MoveAddressToVpcResponse.Builder,MoveAddressToVpcResponse>
Modifier and Type | Method and Description |
---|---|
MoveAddressToVpcResponse.Builder |
allocationId(String allocationId)
The allocation ID for the Elastic IP address.
|
MoveAddressToVpcResponse.Builder |
status(Status status)
The status of the move of the IP address.
|
MoveAddressToVpcResponse.Builder |
status(String status)
The status of the move of the IP address.
|
build, responseMetadata, responseMetadata
sdkHttpResponse, sdkHttpResponse
equalsBySdkFields, sdkFields
copy
applyMutation, build
MoveAddressToVpcResponse.Builder allocationId(String allocationId)
The allocation ID for the Elastic IP address.
allocationId
- The allocation ID for the Elastic IP address.MoveAddressToVpcResponse.Builder status(String status)
The status of the move of the IP address.
MoveAddressToVpcResponse.Builder status(Status status)
The status of the move of the IP address.
Copyright © 2023. All rights reserved.