Interface EnvironmentVpc.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<EnvironmentVpc.Builder,
,EnvironmentVpc> SdkBuilder<EnvironmentVpc.Builder,
,EnvironmentVpc> SdkPojo
- Enclosing class:
EnvironmentVpc
@Mutable
@NotThreadSafe
public static interface EnvironmentVpc.Builder
extends SdkPojo, CopyableBuilder<EnvironmentVpc.Builder,EnvironmentVpc>
-
Method Summary
Modifier and TypeMethodDescriptionThe Amazon Web Services account ID of the virtual private cloud (VPC) owner.cidrBlocks
(String... cidrBlocks) The list of Amazon Virtual Private Cloud (Amazon VPC) CIDR blocks.cidrBlocks
(Collection<String> cidrBlocks) The list of Amazon Virtual Private Cloud (Amazon VPC) CIDR blocks.createdTime
(Instant createdTime) A timestamp that indicates when the VPC is first added to the environment.environmentId
(String environmentId) The unique identifier of the environment.lastUpdatedTime
(Instant lastUpdatedTime) A timestamp that indicates when the VPC was last updated by the environment.The ID of the VPC.The name of the VPC at the time it is added to the environment.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
accountId
The Amazon Web Services account ID of the virtual private cloud (VPC) owner.
- Parameters:
accountId
- The Amazon Web Services account ID of the virtual private cloud (VPC) owner.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
cidrBlocks
The list of Amazon Virtual Private Cloud (Amazon VPC) CIDR blocks.
- Parameters:
cidrBlocks
- The list of Amazon Virtual Private Cloud (Amazon VPC) CIDR blocks.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
cidrBlocks
The list of Amazon Virtual Private Cloud (Amazon VPC) CIDR blocks.
- Parameters:
cidrBlocks
- The list of Amazon Virtual Private Cloud (Amazon VPC) CIDR blocks.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
createdTime
A timestamp that indicates when the VPC is first added to the environment.
- Parameters:
createdTime
- A timestamp that indicates when the VPC is first added to the environment.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
environmentId
The unique identifier of the environment.
- Parameters:
environmentId
- The unique identifier of the environment.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
lastUpdatedTime
A timestamp that indicates when the VPC was last updated by the environment.
- Parameters:
lastUpdatedTime
- A timestamp that indicates when the VPC was last updated by the environment.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
vpcId
The ID of the VPC.
- Parameters:
vpcId
- The ID of the VPC.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
vpcName
The name of the VPC at the time it is added to the environment.
- Parameters:
vpcName
- The name of the VPC at the time it is added to the environment.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-