Struct aws_sdk_networkfirewall::model::subnet_mapping::Builder
source · pub struct Builder { /* private fields */ }
Expand description
A builder for SubnetMapping
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn set_subnet_id(self, input: Option<String>) -> Self
pub fn set_subnet_id(self, input: Option<String>) -> Self
The unique identifier for the subnet.
sourcepub fn ip_address_type(self, input: IpAddressType) -> Self
pub fn ip_address_type(self, input: IpAddressType) -> Self
The subnet's IP address type. You can't change the IP address type after you create the subnet.
sourcepub fn set_ip_address_type(self, input: Option<IpAddressType>) -> Self
pub fn set_ip_address_type(self, input: Option<IpAddressType>) -> Self
The subnet's IP address type. You can't change the IP address type after you create the subnet.
sourcepub fn build(self) -> SubnetMapping
pub fn build(self) -> SubnetMapping
Consumes the builder and constructs a SubnetMapping
.