ToCopyableBuilder<Vpc.Builder,Vpc>
@Generated("software.amazon.awssdk:codegen") public class Vpc extends Object implements ToCopyableBuilder<Vpc.Builder,Vpc>
Describes a VPC.
Modifier and Type | Class | Description |
---|---|---|
static interface |
Vpc.Builder |
Modifier and Type | Method | Description |
---|---|---|
static Vpc.Builder |
builder() |
|
String |
cidrBlock() |
The IPv4 CIDR block for the VPC.
|
String |
dhcpOptionsId() |
The ID of the set of DHCP options you've associated with the VPC (or
default if the default options
are associated with the VPC). |
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
String |
instanceTenancy() |
The allowed tenancy of instances launched into the VPC.
|
List<VpcIpv6CidrBlockAssociation> |
ipv6CidrBlockAssociationSet() |
Information about the IPv6 CIDR blocks associated with the VPC.
|
Boolean |
isDefault() |
Indicates whether the VPC is the default VPC.
|
static Class<? extends Vpc.Builder> |
serializableBuilderClass() |
|
String |
state() |
The current state of the VPC.
|
List<Tag> |
tags() |
Any tags assigned to the VPC.
|
Vpc.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
|
String |
vpcId() |
The ID of the VPC.
|
public String cidrBlock()
The IPv4 CIDR block for the VPC.
public String dhcpOptionsId()
The ID of the set of DHCP options you've associated with the VPC (or default
if the default options
are associated with the VPC).
default
if the default
options are associated with the VPC).public String state()
The current state of the VPC.
VpcState
public String vpcId()
The ID of the VPC.
public String instanceTenancy()
The allowed tenancy of instances launched into the VPC.
Tenancy
public List<VpcIpv6CidrBlockAssociation> ipv6CidrBlockAssociationSet()
Information about the IPv6 CIDR blocks associated with the VPC.
public Boolean isDefault()
Indicates whether the VPC is the default VPC.
public Vpc.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<Vpc.Builder,Vpc>
public static Vpc.Builder builder()
public static Class<? extends Vpc.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.