pub struct Builder { /* private fields */ }
Expand description
A builder for SetSubnetsOutput
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn availability_zones(self, input: AvailabilityZone) -> Self
pub fn availability_zones(self, input: AvailabilityZone) -> Self
Appends an item to availability_zones
.
To override the contents of this collection use set_availability_zones
.
Information about the subnets.
sourcepub fn set_availability_zones(self, input: Option<Vec<AvailabilityZone>>) -> Self
pub fn set_availability_zones(self, input: Option<Vec<AvailabilityZone>>) -> Self
Information about the subnets.
sourcepub fn ip_address_type(self, input: IpAddressType) -> Self
pub fn ip_address_type(self, input: IpAddressType) -> Self
[Network Load Balancers] The IP address type.
sourcepub fn set_ip_address_type(self, input: Option<IpAddressType>) -> Self
pub fn set_ip_address_type(self, input: Option<IpAddressType>) -> Self
[Network Load Balancers] The IP address type.
sourcepub fn build(self) -> SetSubnetsOutput
pub fn build(self) -> SetSubnetsOutput
Consumes the builder and constructs a SetSubnetsOutput
.