CopyableBuilder<MovingAddressStatus.Builder,MovingAddressStatus>, SdkBuilder<MovingAddressStatus.Builder,MovingAddressStatus>public static interface MovingAddressStatus.Builder extends CopyableBuilder<MovingAddressStatus.Builder,MovingAddressStatus>
| Modifier and Type | Method | Description |
|---|---|---|
MovingAddressStatus.Builder |
moveStatus(String moveStatus) |
The status of the Elastic IP address that's being moved to the EC2-VPC platform, or restored to the
EC2-Classic platform.
|
MovingAddressStatus.Builder |
moveStatus(MoveStatus moveStatus) |
The status of the Elastic IP address that's being moved to the EC2-VPC platform, or restored to the
EC2-Classic platform.
|
MovingAddressStatus.Builder |
publicIp(String publicIp) |
The Elastic IP address.
|
copyapply, buildMovingAddressStatus.Builder moveStatus(String moveStatus)
The status of the Elastic IP address that's being moved to the EC2-VPC platform, or restored to the EC2-Classic platform.
moveStatus - The status of the Elastic IP address that's being moved to the EC2-VPC platform, or restored to the
EC2-Classic platform.MoveStatusMovingAddressStatus.Builder moveStatus(MoveStatus moveStatus)
The status of the Elastic IP address that's being moved to the EC2-VPC platform, or restored to the EC2-Classic platform.
moveStatus - The status of the Elastic IP address that's being moved to the EC2-VPC platform, or restored to the
EC2-Classic platform.MoveStatusMovingAddressStatus.Builder publicIp(String publicIp)
The Elastic IP address.
publicIp - The Elastic IP address.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.