CopyableBuilder<MoveAddressToVpcResponse.Builder,MoveAddressToVpcResponse>, SdkBuilder<MoveAddressToVpcResponse.Builder,MoveAddressToVpcResponse>public static interface MoveAddressToVpcResponse.Builder extends CopyableBuilder<MoveAddressToVpcResponse.Builder,MoveAddressToVpcResponse>
| Modifier and Type | Method | Description |
|---|---|---|
MoveAddressToVpcResponse.Builder |
allocationId(String 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.
|
copyapply, buildMoveAddressToVpcResponse.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.
status - The status of the move of the IP address.StatusMoveAddressToVpcResponse.Builder status(Status status)
The status of the move of the IP address.
status - The status of the move of the IP address.StatusCopyright © 2017 Amazon Web Services, Inc. All Rights Reserved.