Interface TestGridVpcConfig.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<TestGridVpcConfig.Builder,TestGridVpcConfig>,SdkBuilder<TestGridVpcConfig.Builder,TestGridVpcConfig>,SdkPojo
- Enclosing class:
- TestGridVpcConfig
public static interface TestGridVpcConfig.Builder extends SdkPojo, CopyableBuilder<TestGridVpcConfig.Builder,TestGridVpcConfig>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TestGridVpcConfig.BuildersecurityGroupIds(String... securityGroupIds)A list of VPC security group IDs in your Amazon VPC.TestGridVpcConfig.BuildersecurityGroupIds(Collection<String> securityGroupIds)A list of VPC security group IDs in your Amazon VPC.TestGridVpcConfig.BuildersubnetIds(String... subnetIds)A list of VPC subnet IDs in your Amazon VPC.TestGridVpcConfig.BuildersubnetIds(Collection<String> subnetIds)A list of VPC subnet IDs in your Amazon VPC.TestGridVpcConfig.BuildervpcId(String vpcId)The ID of the Amazon VPC.-
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, sdkFields
-
-
-
-
Method Detail
-
securityGroupIds
TestGridVpcConfig.Builder securityGroupIds(Collection<String> securityGroupIds)
A list of VPC security group IDs in your Amazon VPC.
- Parameters:
securityGroupIds- A list of VPC security group IDs in your Amazon VPC.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
securityGroupIds
TestGridVpcConfig.Builder securityGroupIds(String... securityGroupIds)
A list of VPC security group IDs in your Amazon VPC.
- Parameters:
securityGroupIds- A list of VPC security group IDs in your Amazon VPC.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
subnetIds
TestGridVpcConfig.Builder subnetIds(Collection<String> subnetIds)
A list of VPC subnet IDs in your Amazon VPC.
- Parameters:
subnetIds- A list of VPC subnet IDs in your Amazon VPC.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
subnetIds
TestGridVpcConfig.Builder subnetIds(String... subnetIds)
A list of VPC subnet IDs in your Amazon VPC.
- Parameters:
subnetIds- A list of VPC subnet IDs in your Amazon VPC.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
vpcId
TestGridVpcConfig.Builder vpcId(String vpcId)
The ID of the Amazon VPC.
- Parameters:
vpcId- The ID of the Amazon VPC.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-