pub struct Builder { /* private fields */ }
Expand description
A builder for ModifyAddressAttributeOutput
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn address(self, input: AddressAttribute) -> Self
pub fn address(self, input: AddressAttribute) -> Self
Information about the Elastic IP address.
sourcepub fn set_address(self, input: Option<AddressAttribute>) -> Self
pub fn set_address(self, input: Option<AddressAttribute>) -> Self
Information about the Elastic IP address.
sourcepub fn build(self) -> ModifyAddressAttributeOutput
pub fn build(self) -> ModifyAddressAttributeOutput
Consumes the builder and constructs a ModifyAddressAttributeOutput
.