#[non_exhaustive]pub struct SubnetIpv6CidrBlockAssociationBuilder { /* private fields */ }Expand description
A builder for SubnetIpv6CidrBlockAssociation.
Implementations§
source§impl SubnetIpv6CidrBlockAssociationBuilder
impl SubnetIpv6CidrBlockAssociationBuilder
sourcepub fn association_id(self, input: impl Into<String>) -> Self
pub fn association_id(self, input: impl Into<String>) -> Self
The ID of the association.
sourcepub fn set_association_id(self, input: Option<String>) -> Self
pub fn set_association_id(self, input: Option<String>) -> Self
The ID of the association.
sourcepub fn ipv6_cidr_block(self, input: impl Into<String>) -> Self
pub fn ipv6_cidr_block(self, input: impl Into<String>) -> Self
The IPv6 CIDR block.
sourcepub fn set_ipv6_cidr_block(self, input: Option<String>) -> Self
pub fn set_ipv6_cidr_block(self, input: Option<String>) -> Self
The IPv6 CIDR block.
sourcepub fn ipv6_cidr_block_state(self, input: SubnetCidrBlockState) -> Self
pub fn ipv6_cidr_block_state(self, input: SubnetCidrBlockState) -> Self
The state of the CIDR block.
sourcepub fn set_ipv6_cidr_block_state(
self,
input: Option<SubnetCidrBlockState>
) -> Self
pub fn set_ipv6_cidr_block_state( self, input: Option<SubnetCidrBlockState> ) -> Self
The state of the CIDR block.
sourcepub fn build(self) -> SubnetIpv6CidrBlockAssociation
pub fn build(self) -> SubnetIpv6CidrBlockAssociation
Consumes the builder and constructs a SubnetIpv6CidrBlockAssociation.
Trait Implementations§
source§impl Clone for SubnetIpv6CidrBlockAssociationBuilder
impl Clone for SubnetIpv6CidrBlockAssociationBuilder
source§fn clone(&self) -> SubnetIpv6CidrBlockAssociationBuilder
fn clone(&self) -> SubnetIpv6CidrBlockAssociationBuilder
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Default for SubnetIpv6CidrBlockAssociationBuilder
impl Default for SubnetIpv6CidrBlockAssociationBuilder
source§fn default() -> SubnetIpv6CidrBlockAssociationBuilder
fn default() -> SubnetIpv6CidrBlockAssociationBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<SubnetIpv6CidrBlockAssociationBuilder> for SubnetIpv6CidrBlockAssociationBuilder
impl PartialEq<SubnetIpv6CidrBlockAssociationBuilder> for SubnetIpv6CidrBlockAssociationBuilder
source§fn eq(&self, other: &SubnetIpv6CidrBlockAssociationBuilder) -> bool
fn eq(&self, other: &SubnetIpv6CidrBlockAssociationBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.