Interface VpcConfig.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<VpcConfig.Builder,,VpcConfig> SdkBuilder<VpcConfig.Builder,,VpcConfig> SdkPojo
- Enclosing class:
VpcConfig
@Mutable
@NotThreadSafe
public static interface VpcConfig.Builder
extends SdkPojo, CopyableBuilder<VpcConfig.Builder,VpcConfig>
-
Method Summary
Modifier and TypeMethodDescriptionsecurityGroups(String... securityGroups) The security groups associated with the VPC configuration.securityGroups(Collection<String> securityGroups) The security groups associated with the VPC configuration.The subnets associated with the VPC configuration.subnets(Collection<String> subnets) The subnets associated with 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, sdkFieldNameToField, sdkFields
-
Method Details
-
securityGroups
The security groups associated with the VPC configuration.
- Parameters:
securityGroups- The security groups associated with the VPC configuration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
securityGroups
The security groups associated with the VPC configuration.
- Parameters:
securityGroups- The security groups associated with the VPC configuration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
subnets
The subnets associated with the VPC configuration.
- Parameters:
subnets- The subnets associated with the VPC configuration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
subnets
The subnets associated with the VPC configuration.
- Parameters:
subnets- The subnets associated with the VPC configuration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-