Struct aws_sdk_dax::model::subnet::Builder
source · pub struct Builder { /* private fields */ }
Expand description
A builder for Subnet
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn subnet_identifier(self, input: impl Into<String>) -> Self
pub fn subnet_identifier(self, input: impl Into<String>) -> Self
The system-assigned identifier for the subnet.
sourcepub fn set_subnet_identifier(self, input: Option<String>) -> Self
pub fn set_subnet_identifier(self, input: Option<String>) -> Self
The system-assigned identifier for the subnet.
sourcepub fn subnet_availability_zone(self, input: impl Into<String>) -> Self
pub fn subnet_availability_zone(self, input: impl Into<String>) -> Self
The Availability Zone (AZ) for the subnet.
sourcepub fn set_subnet_availability_zone(self, input: Option<String>) -> Self
pub fn set_subnet_availability_zone(self, input: Option<String>) -> Self
The Availability Zone (AZ) for the subnet.