Struct aws_sdk_securityhub::model::aws_ec2_subnet_details::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }
Expand description
A builder for AwsEc2SubnetDetails
Implementations
Whether to assign an IPV6 address to a network interface that is created in this subnet.
Whether to assign an IPV6 address to a network interface that is created in this subnet.
The Availability Zone for the subnet.
The Availability Zone for the subnet.
The identifier of the Availability Zone for the subnet.
The identifier of the Availability Zone for the subnet.
The number of available IPV4 addresses in the subnet. Does not include addresses for stopped instances.
The number of available IPV4 addresses in the subnet. Does not include addresses for stopped instances.
The IPV4 CIDR block that is assigned to the subnet.
The IPV4 CIDR block that is assigned to the subnet.
Whether this subnet is the default subnet for the Availability Zone.
Whether this subnet is the default subnet for the Availability Zone.
Whether instances in this subnet receive a public IP address.
Whether instances in this subnet receive a public IP address.
The identifier of the Amazon Web Services account that owns the subnet.
The identifier of the Amazon Web Services account that owns the subnet.
The ARN of the subnet.
The ARN of the subnet.
The identifier of the subnet.
The identifier of the VPC that contains the subnet.
The identifier of the VPC that contains the subnet.
pub fn ipv6_cidr_block_association_set(
self,
input: impl Into<Ipv6CidrBlockAssociation>
) -> Self
pub fn ipv6_cidr_block_association_set(
self,
input: impl Into<Ipv6CidrBlockAssociation>
) -> Self
Appends an item to ipv6_cidr_block_association_set
.
To override the contents of this collection use set_ipv6_cidr_block_association_set
.
The IPV6 CIDR blocks that are associated with the subnet.
pub fn set_ipv6_cidr_block_association_set(
self,
input: Option<Vec<Ipv6CidrBlockAssociation>>
) -> Self
pub fn set_ipv6_cidr_block_association_set(
self,
input: Option<Vec<Ipv6CidrBlockAssociation>>
) -> Self
The IPV6 CIDR blocks that are associated with the subnet.
Consumes the builder and constructs a AwsEc2SubnetDetails
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