Uses of Interface
software.amazon.awssdk.services.ec2.model.CreateVpcRequest.Builder
Packages that use CreateVpcRequest.Builder
Package
Description
-
Uses of CreateVpcRequest.Builder in software.amazon.awssdk.services.ec2
Method parameters in software.amazon.awssdk.services.ec2 with type arguments of type CreateVpcRequest.BuilderModifier and TypeMethodDescriptiondefault CompletableFuture<CreateVpcResponse>Ec2AsyncClient.createVpc(Consumer<CreateVpcRequest.Builder> createVpcRequest) Creates a VPC with the specified CIDR blocks.default CreateVpcResponseEc2Client.createVpc(Consumer<CreateVpcRequest.Builder> createVpcRequest) Creates a VPC with the specified CIDR blocks. -
Uses of CreateVpcRequest.Builder in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return CreateVpcRequest.BuilderModifier and TypeMethodDescriptionCreateVpcRequest.Builder.amazonProvidedIpv6CidrBlock(Boolean amazonProvidedIpv6CidrBlock) Requests an Amazon-provided IPv6 CIDR block with a /56 prefix length for the VPC.static CreateVpcRequest.BuilderCreateVpcRequest.builder()The IPv4 network range for the VPC, in CIDR notation.Checks whether you have the required permissions for the action, without actually making the request, and provides an error response.CreateVpcRequest.Builder.instanceTenancy(String instanceTenancy) The tenancy options for instances launched into the VPC.CreateVpcRequest.Builder.instanceTenancy(Tenancy instanceTenancy) The tenancy options for instances launched into the VPC.CreateVpcRequest.Builder.ipv4IpamPoolId(String ipv4IpamPoolId) The ID of an IPv4 IPAM pool you want to use for allocating this VPC's CIDR.CreateVpcRequest.Builder.ipv4NetmaskLength(Integer ipv4NetmaskLength) The netmask length of the IPv4 CIDR you want to allocate to this VPC from an Amazon VPC IP Address Manager (IPAM) pool.CreateVpcRequest.Builder.ipv6CidrBlock(String ipv6CidrBlock) The IPv6 CIDR block from the IPv6 address pool.CreateVpcRequest.Builder.ipv6CidrBlockNetworkBorderGroup(String ipv6CidrBlockNetworkBorderGroup) The name of the location from which we advertise the IPV6 CIDR block.CreateVpcRequest.Builder.ipv6IpamPoolId(String ipv6IpamPoolId) The ID of an IPv6 IPAM pool which will be used to allocate this VPC an IPv6 CIDR.CreateVpcRequest.Builder.ipv6NetmaskLength(Integer ipv6NetmaskLength) The netmask length of the IPv6 CIDR you want to allocate to this VPC from an Amazon VPC IP Address Manager (IPAM) pool.The ID of an IPv6 address pool from which to allocate the IPv6 CIDR block.CreateVpcRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) CreateVpcRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) CreateVpcRequest.Builder.tagSpecifications(Collection<TagSpecification> tagSpecifications) The tags to assign to the VPC.CreateVpcRequest.Builder.tagSpecifications(Consumer<TagSpecification.Builder>... tagSpecifications) The tags to assign to the VPC.CreateVpcRequest.Builder.tagSpecifications(TagSpecification... tagSpecifications) The tags to assign to the VPC.CreateVpcRequest.toBuilder()default CreateVpcRequest.BuilderCreateVpcRequest.Builder.vpcEncryptionControl(Consumer<VpcEncryptionControlConfiguration.Builder> vpcEncryptionControl) Specifies the encryption control configuration to apply to the VPC during creation.CreateVpcRequest.Builder.vpcEncryptionControl(VpcEncryptionControlConfiguration vpcEncryptionControl) Specifies the encryption control configuration to apply to the VPC during creation.Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type CreateVpcRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends CreateVpcRequest.Builder>CreateVpcRequest.serializableBuilderClass()