Interface AwsCodeBuildProjectVpcConfig.Builder
- All Superinterfaces:
 Buildable,CopyableBuilder<AwsCodeBuildProjectVpcConfig.Builder,,AwsCodeBuildProjectVpcConfig> SdkBuilder<AwsCodeBuildProjectVpcConfig.Builder,,AwsCodeBuildProjectVpcConfig> SdkPojo
- Enclosing class:
 AwsCodeBuildProjectVpcConfig
public static interface AwsCodeBuildProjectVpcConfig.Builder
extends SdkPojo, CopyableBuilder<AwsCodeBuildProjectVpcConfig.Builder,AwsCodeBuildProjectVpcConfig> 
- 
Method Summary
Modifier and TypeMethodDescriptionsecurityGroupIds(String... securityGroupIds) A list of one or more security group IDs in your VPC.securityGroupIds(Collection<String> securityGroupIds) A list of one or more security group IDs in your VPC.A list of one or more subnet IDs in your VPC.subnets(Collection<String> subnets) A list of one or more subnet IDs in your VPC.The ID of the VPC.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields 
- 
Method Details
- 
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.
 
 - 
subnets
A list of one or more subnet IDs in your VPC.
- Parameters:
 subnets- A list of one or more subnet IDs in your VPC.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
subnets
A list of one or more subnet IDs in your VPC.
- Parameters:
 subnets- A list of one or more subnet IDs in your VPC.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
securityGroupIds
A list of one or more security group IDs in your VPC.
- Parameters:
 securityGroupIds- A list of one or more security group IDs in your VPC.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
securityGroupIds
A list of one or more security group IDs in your VPC.
- Parameters:
 securityGroupIds- A list of one or more security group IDs in your VPC.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 
 -