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.
|
copy
apply, 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.
status
- The status of the move of the IP address.Status
MoveAddressToVpcResponse.Builder status(Status status)
The status of the move of the IP address.
status
- The status of the move of the IP address.Status
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.