Struct aws_sdk_ec2::model::moving_address_status::Builder
source · pub struct Builder { /* private fields */ }
Expand description
A builder for MovingAddressStatus
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn move_status(self, input: MoveStatus) -> Self
pub fn move_status(self, input: MoveStatus) -> Self
The status of the Elastic IP address that's being moved to the EC2-VPC platform, or restored to the EC2-Classic platform.
sourcepub fn set_move_status(self, input: Option<MoveStatus>) -> Self
pub fn set_move_status(self, input: Option<MoveStatus>) -> Self
The status of the Elastic IP address that's being moved to the EC2-VPC platform, or restored to the EC2-Classic platform.
sourcepub fn set_public_ip(self, input: Option<String>) -> Self
pub fn set_public_ip(self, input: Option<String>) -> Self
The Elastic IP address.
sourcepub fn build(self) -> MovingAddressStatus
pub fn build(self) -> MovingAddressStatus
Consumes the builder and constructs a MovingAddressStatus
.