public static interface EnvironmentVpc.Builder extends SdkPojo, CopyableBuilder<EnvironmentVpc.Builder,EnvironmentVpc>
| Modifier and Type | Method and Description |
|---|---|
EnvironmentVpc.Builder |
accountId(String accountId)
The Amazon Web Services account ID of the virtual private cloud (VPC) owner.
|
EnvironmentVpc.Builder |
cidrBlocks(Collection<String> cidrBlocks)
The list of Amazon Virtual Private Cloud (Amazon VPC) CIDR blocks.
|
EnvironmentVpc.Builder |
cidrBlocks(String... cidrBlocks)
The list of Amazon Virtual Private Cloud (Amazon VPC) CIDR blocks.
|
EnvironmentVpc.Builder |
createdTime(Instant createdTime)
A timestamp that indicates when the VPC is first added to the environment.
|
EnvironmentVpc.Builder |
environmentId(String environmentId)
The unique identifier of the environment.
|
EnvironmentVpc.Builder |
lastUpdatedTime(Instant lastUpdatedTime)
A timestamp that indicates when the VPC was last updated by the environment.
|
EnvironmentVpc.Builder |
vpcId(String vpcId)
The ID of the VPC.
|
EnvironmentVpc.Builder |
vpcName(String vpcName)
The name of the VPC at the time it is added to the environment.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildEnvironmentVpc.Builder accountId(String accountId)
The Amazon Web Services account ID of the virtual private cloud (VPC) owner.
accountId - The Amazon Web Services account ID of the virtual private cloud (VPC) owner.EnvironmentVpc.Builder cidrBlocks(Collection<String> cidrBlocks)
The list of Amazon Virtual Private Cloud (Amazon VPC) CIDR blocks.
cidrBlocks - The list of Amazon Virtual Private Cloud (Amazon VPC) CIDR blocks.EnvironmentVpc.Builder cidrBlocks(String... cidrBlocks)
The list of Amazon Virtual Private Cloud (Amazon VPC) CIDR blocks.
cidrBlocks - The list of Amazon Virtual Private Cloud (Amazon VPC) CIDR blocks.EnvironmentVpc.Builder createdTime(Instant createdTime)
A timestamp that indicates when the VPC is first added to the environment.
createdTime - A timestamp that indicates when the VPC is first added to the environment.EnvironmentVpc.Builder environmentId(String environmentId)
The unique identifier of the environment.
environmentId - The unique identifier of the environment.EnvironmentVpc.Builder lastUpdatedTime(Instant lastUpdatedTime)
A timestamp that indicates when the VPC was last updated by the environment.
lastUpdatedTime - A timestamp that indicates when the VPC was last updated by the environment.EnvironmentVpc.Builder vpcId(String vpcId)
The ID of the VPC.
vpcId - The ID of the VPC.EnvironmentVpc.Builder vpcName(String vpcName)
The name of the VPC at the time it is added to the environment.
vpcName - The name of the VPC at the time it is added to the environment.Copyright © 2022. All rights reserved.