Interface EnvironmentVpc.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<EnvironmentVpc.Builder,EnvironmentVpc>,SdkBuilder<EnvironmentVpc.Builder,EnvironmentVpc>,SdkPojo
- Enclosing class:
- EnvironmentVpc
public static interface EnvironmentVpc.Builder extends SdkPojo, CopyableBuilder<EnvironmentVpc.Builder,EnvironmentVpc>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description EnvironmentVpc.BuilderaccountId(String accountId)The Amazon Web Services account ID of the virtual private cloud (VPC) owner.EnvironmentVpc.BuildercidrBlocks(String... cidrBlocks)The list of Amazon Virtual Private Cloud (Amazon VPC) CIDR blocks.EnvironmentVpc.BuildercidrBlocks(Collection<String> cidrBlocks)The list of Amazon Virtual Private Cloud (Amazon VPC) CIDR blocks.EnvironmentVpc.BuildercreatedTime(Instant createdTime)A timestamp that indicates when the VPC is first added to the environment.EnvironmentVpc.BuilderenvironmentId(String environmentId)The unique identifier of the environment.EnvironmentVpc.BuilderlastUpdatedTime(Instant lastUpdatedTime)A timestamp that indicates when the VPC was last updated by the environment.EnvironmentVpc.BuildervpcId(String vpcId)The ID of the VPC.EnvironmentVpc.BuildervpcName(String vpcName)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 Detail
-
accountId
EnvironmentVpc.Builder accountId(String 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
EnvironmentVpc.Builder cidrBlocks(Collection<String> 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
EnvironmentVpc.Builder cidrBlocks(String... 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
EnvironmentVpc.Builder createdTime(Instant 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
EnvironmentVpc.Builder environmentId(String 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
EnvironmentVpc.Builder lastUpdatedTime(Instant 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
EnvironmentVpc.Builder vpcId(String 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
EnvironmentVpc.Builder vpcName(String 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.
-
-