Uses of Interface
software.amazon.awssdk.services.ec2.model.Vpc.Builder
Packages that use Vpc.Builder
-
Uses of Vpc.Builder in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return Vpc.BuilderModifier and TypeMethodDescriptiondefault Vpc.BuilderVpc.Builder.blockPublicAccessStates(Consumer<BlockPublicAccessStates.Builder> blockPublicAccessStates) The state of VPC Block Public Access (BPA).Vpc.Builder.blockPublicAccessStates(BlockPublicAccessStates blockPublicAccessStates) The state of VPC Block Public Access (BPA).static Vpc.BuilderVpc.builder()The primary IPv4 CIDR block for the VPC.Vpc.Builder.cidrBlockAssociationSet(Collection<VpcCidrBlockAssociation> cidrBlockAssociationSet) Information about the IPv4 CIDR blocks associated with the VPC.Vpc.Builder.cidrBlockAssociationSet(Consumer<VpcCidrBlockAssociation.Builder>... cidrBlockAssociationSet) Information about the IPv4 CIDR blocks associated with the VPC.Vpc.Builder.cidrBlockAssociationSet(VpcCidrBlockAssociation... cidrBlockAssociationSet) Information about the IPv4 CIDR blocks associated with the VPC.Vpc.Builder.dhcpOptionsId(String dhcpOptionsId) The ID of the set of DHCP options you've associated with the VPC.default Vpc.BuilderVpc.Builder.encryptionControl(Consumer<VpcEncryptionControl.Builder> encryptionControl) Sets the value of the EncryptionControl property for this object.Vpc.Builder.encryptionControl(VpcEncryptionControl encryptionControl) Sets the value of the EncryptionControl property for this object.Vpc.Builder.instanceTenancy(String instanceTenancy) The allowed tenancy of instances launched into the VPC.Vpc.Builder.instanceTenancy(Tenancy instanceTenancy) The allowed tenancy of instances launched into the VPC.Vpc.Builder.ipv6CidrBlockAssociationSet(Collection<VpcIpv6CidrBlockAssociation> ipv6CidrBlockAssociationSet) Information about the IPv6 CIDR blocks associated with the VPC.Vpc.Builder.ipv6CidrBlockAssociationSet(Consumer<VpcIpv6CidrBlockAssociation.Builder>... ipv6CidrBlockAssociationSet) Information about the IPv6 CIDR blocks associated with the VPC.Vpc.Builder.ipv6CidrBlockAssociationSet(VpcIpv6CidrBlockAssociation... ipv6CidrBlockAssociationSet) Information about the IPv6 CIDR blocks associated with the VPC.Indicates whether the VPC is the default VPC.The ID of the Amazon Web Services account that owns the VPC.The current state of the VPC.The current state of the VPC.Vpc.Builder.tags(Collection<Tag> tags) Any tags assigned to the VPC.Vpc.Builder.tags(Consumer<Tag.Builder>... tags) Any tags assigned to the VPC.Any tags assigned to the VPC.Vpc.toBuilder()The ID of the VPC.Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type Vpc.BuilderModifier and TypeMethodDescriptionstatic Class<? extends Vpc.Builder>Vpc.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.ec2.model with type arguments of type Vpc.BuilderModifier and TypeMethodDescriptiondefault CreateDefaultVpcResponse.BuilderCreateDefaultVpcResponse.Builder.vpc(Consumer<Vpc.Builder> vpc) Information about the VPC.default CreateVpcResponse.BuilderCreateVpcResponse.Builder.vpc(Consumer<Vpc.Builder> vpc) Information about the VPC.