| Package | Description |
|---|---|
| software.amazon.awssdk.services.ec2.model |
| Modifier and Type | Method and Description |
|---|---|
static Vpc.Builder |
Vpc.builder() |
Vpc.Builder |
Vpc.Builder.cidrBlock(String cidrBlock)
The primary IPv4 CIDR block for the VPC.
|
Vpc.Builder |
Vpc.Builder.cidrBlockAssociationSet(Collection<VpcCidrBlockAssociation> cidrBlockAssociationSet)
Information about the IPv4 CIDR blocks associated with the VPC.
|
Vpc.Builder |
Vpc.Builder.cidrBlockAssociationSet(Consumer<VpcCidrBlockAssociation.Builder>... cidrBlockAssociationSet)
Information about the IPv4 CIDR blocks associated with the VPC.
|
Vpc.Builder |
Vpc.Builder.cidrBlockAssociationSet(VpcCidrBlockAssociation... cidrBlockAssociationSet)
Information about the IPv4 CIDR blocks associated with the VPC.
|
Vpc.Builder |
Vpc.Builder.dhcpOptionsId(String dhcpOptionsId)
The ID of the set of DHCP options you've associated with the VPC.
|
Vpc.Builder |
Vpc.Builder.instanceTenancy(String instanceTenancy)
The allowed tenancy of instances launched into the VPC.
|
Vpc.Builder |
Vpc.Builder.instanceTenancy(Tenancy instanceTenancy)
The allowed tenancy of instances launched into the VPC.
|
Vpc.Builder |
Vpc.Builder.ipv6CidrBlockAssociationSet(Collection<VpcIpv6CidrBlockAssociation> ipv6CidrBlockAssociationSet)
Information about the IPv6 CIDR blocks associated with the VPC.
|
Vpc.Builder |
Vpc.Builder.ipv6CidrBlockAssociationSet(Consumer<VpcIpv6CidrBlockAssociation.Builder>... ipv6CidrBlockAssociationSet)
Information about the IPv6 CIDR blocks associated with the VPC.
|
Vpc.Builder |
Vpc.Builder.ipv6CidrBlockAssociationSet(VpcIpv6CidrBlockAssociation... ipv6CidrBlockAssociationSet)
Information about the IPv6 CIDR blocks associated with the VPC.
|
Vpc.Builder |
Vpc.Builder.isDefault(Boolean isDefault)
Indicates whether the VPC is the default VPC.
|
Vpc.Builder |
Vpc.Builder.ownerId(String ownerId)
The ID of the AWS account that owns the VPC.
|
Vpc.Builder |
Vpc.Builder.state(String state)
The current state of the VPC.
|
Vpc.Builder |
Vpc.Builder.state(VpcState state)
The current state of the VPC.
|
Vpc.Builder |
Vpc.Builder.tags(Collection<Tag> tags)
Any tags assigned to the VPC.
|
Vpc.Builder |
Vpc.Builder.tags(Consumer<Tag.Builder>... tags)
Any tags assigned to the VPC.
|
Vpc.Builder |
Vpc.Builder.tags(Tag... tags)
Any tags assigned to the VPC.
|
Vpc.Builder |
Vpc.toBuilder() |
Vpc.Builder |
Vpc.Builder.vpcId(String vpcId)
The ID of the VPC.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends Vpc.Builder> |
Vpc.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default CreateDefaultVpcResponse.Builder |
CreateDefaultVpcResponse.Builder.vpc(Consumer<Vpc.Builder> vpc)
Information about the VPC.
|
default CreateVpcResponse.Builder |
CreateVpcResponse.Builder.vpc(Consumer<Vpc.Builder> vpc)
Information about the VPC.
|
Copyright © 2020. All rights reserved.