public static interface MovingAddressStatus.Builder extends SdkPojo, CopyableBuilder<MovingAddressStatus.Builder,MovingAddressStatus>
Modifier and Type | Method and Description |
---|---|
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 |
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 |
publicIp(String publicIp)
The Elastic IP address.
|
equalsBySdkFields, sdkFields
copy
applyMutation, build
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.
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
,
MoveStatus
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.
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
,
MoveStatus
MovingAddressStatus.Builder publicIp(String publicIp)
The Elastic IP address.
publicIp
- The Elastic IP address.Copyright © 2019. All rights reserved.