Struct aws_sdk_securityhub::model::aws_rds_db_subnet_group_subnet::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }Expand description
A builder for AwsRdsDbSubnetGroupSubnet
Implementations
The identifier of a subnet in the subnet group.
The identifier of a subnet in the subnet group.
pub fn subnet_availability_zone(
self,
input: AwsRdsDbSubnetGroupSubnetAvailabilityZone
) -> Self
pub fn subnet_availability_zone(
self,
input: AwsRdsDbSubnetGroupSubnetAvailabilityZone
) -> Self
Information about the Availability Zone for a subnet in the subnet group.
pub fn set_subnet_availability_zone(
self,
input: Option<AwsRdsDbSubnetGroupSubnetAvailabilityZone>
) -> Self
pub fn set_subnet_availability_zone(
self,
input: Option<AwsRdsDbSubnetGroupSubnetAvailabilityZone>
) -> Self
Information about the Availability Zone for a subnet in the subnet group.
The status of a subnet in the subnet group.
The status of a subnet in the subnet group.
Consumes the builder and constructs a AwsRdsDbSubnetGroupSubnet
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Builder
impl UnwindSafe for Builder
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more
