Interface VpcConfiguration.Builder
- All Superinterfaces:
 Buildable,CopyableBuilder<VpcConfiguration.Builder,,VpcConfiguration> SdkBuilder<VpcConfiguration.Builder,,VpcConfiguration> SdkPojo
- Enclosing class:
 VpcConfiguration
public static interface VpcConfiguration.Builder
extends SdkPojo, CopyableBuilder<VpcConfiguration.Builder,VpcConfiguration> 
- 
Method Summary
Modifier and TypeMethodDescriptionsecurityGroupIds(String... securityGroupIds) The array of SecurityGroup IDs used by the VPC configuration.securityGroupIds(Collection<String> securityGroupIds) The array of SecurityGroup IDs used by the VPC configuration.The array of Subnet IDs used by the VPC configuration.subnetIds(Collection<String> subnetIds) The array of Subnet IDs used by the VPC configuration.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
- 
subnetIds
The array of Subnet IDs used by the VPC configuration.
- Parameters:
 subnetIds- The array of Subnet IDs used by the VPC configuration.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
subnetIds
The array of Subnet IDs used by the VPC configuration.
- Parameters:
 subnetIds- The array of Subnet IDs used by the VPC configuration.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
securityGroupIds
The array of SecurityGroup IDs used by the VPC configuration.
- Parameters:
 securityGroupIds- The array of SecurityGroup IDs used by the VPC configuration.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
securityGroupIds
The array of SecurityGroup IDs used by the VPC configuration.
- Parameters:
 securityGroupIds- The array of SecurityGroup IDs used by the VPC configuration.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 
 -