Interface Ipv6CidrAssociation.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<Ipv6CidrAssociation.Builder,,- Ipv6CidrAssociation> - SdkBuilder<Ipv6CidrAssociation.Builder,,- Ipv6CidrAssociation> - SdkPojo
- Enclosing class:
- Ipv6CidrAssociation
@Mutable
@NotThreadSafe
public static interface Ipv6CidrAssociation.Builder
extends SdkPojo, CopyableBuilder<Ipv6CidrAssociation.Builder,Ipv6CidrAssociation> 
- 
Method SummaryModifier and TypeMethodDescriptionassociatedResource(String associatedResource) The resource that's associated with the IPv6 CIDR block.The IPv6 CIDR block.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
ipv6CidrThe IPv6 CIDR block. - Parameters:
- ipv6Cidr- The IPv6 CIDR block.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
associatedResourceThe resource that's associated with the IPv6 CIDR block. - Parameters:
- associatedResource- The resource that's associated with the IPv6 CIDR block.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
 
-