Uses of Interface
software.amazon.awssdk.services.ec2.model.VpcIpv6CidrBlockAssociation.Builder
Packages that use VpcIpv6CidrBlockAssociation.Builder
-
Uses of VpcIpv6CidrBlockAssociation.Builder in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return VpcIpv6CidrBlockAssociation.BuilderModifier and TypeMethodDescriptionVpcIpv6CidrBlockAssociation.Builder.associationId(String associationId) The association ID for the IPv6 CIDR block.VpcIpv6CidrBlockAssociation.builder()The source that allocated the IP address space.The source that allocated the IP address space.VpcIpv6CidrBlockAssociation.Builder.ipv6AddressAttribute(String ipv6AddressAttribute) Public IPv6 addresses are those advertised on the internet from Amazon Web Services.VpcIpv6CidrBlockAssociation.Builder.ipv6AddressAttribute(Ipv6AddressAttribute ipv6AddressAttribute) Public IPv6 addresses are those advertised on the internet from Amazon Web Services.VpcIpv6CidrBlockAssociation.Builder.ipv6CidrBlock(String ipv6CidrBlock) The IPv6 CIDR block.VpcIpv6CidrBlockAssociation.Builder.ipv6CidrBlockState(Consumer<VpcCidrBlockState.Builder> ipv6CidrBlockState) Information about the state of the CIDR block.VpcIpv6CidrBlockAssociation.Builder.ipv6CidrBlockState(VpcCidrBlockState ipv6CidrBlockState) Information about the state of the CIDR block.The ID of the IPv6 address pool from which the IPv6 CIDR block is allocated.VpcIpv6CidrBlockAssociation.Builder.networkBorderGroup(String networkBorderGroup) The name of the unique set of Availability Zones, Local Zones, or Wavelength Zones from which Amazon Web Services advertises IP addresses, for example,us-east-1-wl1-bos-wlz-1.VpcIpv6CidrBlockAssociation.toBuilder()Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type VpcIpv6CidrBlockAssociation.BuilderModifier and TypeMethodDescriptionstatic Class<? extends VpcIpv6CidrBlockAssociation.Builder>VpcIpv6CidrBlockAssociation.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.ec2.model with type arguments of type VpcIpv6CidrBlockAssociation.BuilderModifier and TypeMethodDescriptionAssociateVpcCidrBlockResponse.Builder.ipv6CidrBlockAssociation(Consumer<VpcIpv6CidrBlockAssociation.Builder> ipv6CidrBlockAssociation) Information about the IPv6 CIDR block association.DisassociateVpcCidrBlockResponse.Builder.ipv6CidrBlockAssociation(Consumer<VpcIpv6CidrBlockAssociation.Builder> ipv6CidrBlockAssociation) Information about the IPv6 CIDR block association.