Uses of Interface
software.amazon.awssdk.services.ec2.model.AssociateVpcCidrBlockRequest.Builder
Packages that use AssociateVpcCidrBlockRequest.Builder
Package
Description
-
Uses of AssociateVpcCidrBlockRequest.Builder in software.amazon.awssdk.services.ec2
Method parameters in software.amazon.awssdk.services.ec2 with type arguments of type AssociateVpcCidrBlockRequest.BuilderModifier and TypeMethodDescriptionEc2AsyncClient.associateVpcCidrBlock(Consumer<AssociateVpcCidrBlockRequest.Builder> associateVpcCidrBlockRequest) Associates a CIDR block with your VPC.default AssociateVpcCidrBlockResponseEc2Client.associateVpcCidrBlock(Consumer<AssociateVpcCidrBlockRequest.Builder> associateVpcCidrBlockRequest) Associates a CIDR block with your VPC. -
Uses of AssociateVpcCidrBlockRequest.Builder in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return AssociateVpcCidrBlockRequest.BuilderModifier and TypeMethodDescriptionAssociateVpcCidrBlockRequest.Builder.amazonProvidedIpv6CidrBlock(Boolean amazonProvidedIpv6CidrBlock) Requests an Amazon-provided IPv6 CIDR block with a /56 prefix length for the VPC.AssociateVpcCidrBlockRequest.builder()An IPv4 CIDR block to associate with the VPC.AssociateVpcCidrBlockRequest.Builder.ipv4IpamPoolId(String ipv4IpamPoolId) Associate a CIDR allocated from an IPv4 IPAM pool to a VPC.AssociateVpcCidrBlockRequest.Builder.ipv4NetmaskLength(Integer ipv4NetmaskLength) The netmask length of the IPv4 CIDR you would like to associate from an Amazon VPC IP Address Manager (IPAM) pool.AssociateVpcCidrBlockRequest.Builder.ipv6CidrBlock(String ipv6CidrBlock) An IPv6 CIDR block from the IPv6 address pool.AssociateVpcCidrBlockRequest.Builder.ipv6CidrBlockNetworkBorderGroup(String ipv6CidrBlockNetworkBorderGroup) The name of the location from which we advertise the IPV6 CIDR block.AssociateVpcCidrBlockRequest.Builder.ipv6IpamPoolId(String ipv6IpamPoolId) Associates a CIDR allocated from an IPv6 IPAM pool to a VPC.AssociateVpcCidrBlockRequest.Builder.ipv6NetmaskLength(Integer ipv6NetmaskLength) The netmask length of the IPv6 CIDR you would like to associate from an Amazon VPC IP Address Manager (IPAM) pool.The ID of an IPv6 address pool from which to allocate the IPv6 CIDR block.AssociateVpcCidrBlockRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) AssociateVpcCidrBlockRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) AssociateVpcCidrBlockRequest.toBuilder()The ID of the VPC.Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type AssociateVpcCidrBlockRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends AssociateVpcCidrBlockRequest.Builder>AssociateVpcCidrBlockRequest.serializableBuilderClass()