Struct aws_sdk_memorydb::model::subnet::Builder
source · pub struct Builder { /* private fields */ }
Expand description
A builder for Subnet
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn identifier(self, input: impl Into<String>) -> Self
pub fn identifier(self, input: impl Into<String>) -> Self
The unique identifier for the subnet.
sourcepub fn set_identifier(self, input: Option<String>) -> Self
pub fn set_identifier(self, input: Option<String>) -> Self
The unique identifier for the subnet.
sourcepub fn availability_zone(self, input: AvailabilityZone) -> Self
pub fn availability_zone(self, input: AvailabilityZone) -> Self
The Availability Zone where the subnet resides
sourcepub fn set_availability_zone(self, input: Option<AvailabilityZone>) -> Self
pub fn set_availability_zone(self, input: Option<AvailabilityZone>) -> Self
The Availability Zone where the subnet resides