EnvironmentVpc.Builder |
EnvironmentVpc.Builder.accountId(String accountId) |
The Amazon Web Services account ID of the virtual private cloud (VPC) owner.
|
static EnvironmentVpc.Builder |
EnvironmentVpc.builder() |
|
EnvironmentVpc.Builder |
EnvironmentVpc.Builder.cidrBlocks(String... cidrBlocks) |
The list of Amazon Virtual Private Cloud (Amazon VPC) CIDR blocks.
|
EnvironmentVpc.Builder |
EnvironmentVpc.Builder.cidrBlocks(Collection<String> cidrBlocks) |
The list of Amazon Virtual Private Cloud (Amazon VPC) CIDR blocks.
|
EnvironmentVpc.Builder |
EnvironmentVpc.Builder.createdTime(Instant createdTime) |
A timestamp that indicates when the VPC is first added to the environment.
|
EnvironmentVpc.Builder |
EnvironmentVpc.Builder.environmentId(String environmentId) |
The unique identifier of the environment.
|
EnvironmentVpc.Builder |
EnvironmentVpc.Builder.lastUpdatedTime(Instant lastUpdatedTime) |
A timestamp that indicates when the VPC was last updated by the environment.
|
EnvironmentVpc.Builder |
EnvironmentVpc.toBuilder() |
|
EnvironmentVpc.Builder |
EnvironmentVpc.Builder.vpcId(String vpcId) |
The ID of the VPC.
|
EnvironmentVpc.Builder |
EnvironmentVpc.Builder.vpcName(String vpcName) |
The name of the VPC at the time it is added to the environment.
|