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 TypeMethodDescriptionsecurityGroupIds
(String... securityGroupIds) An array of IDs for each security group in the VPC to use.securityGroupIds
(Collection<String> securityGroupIds) An array of IDs for each security group in the VPC to use.An array of IDs for each subnet in the VPC to use.subnetIds
(Collection<String> subnetIds) An array of IDs for each subnet in the VPC to use.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 Details
-
subnetIds
An array of IDs for each subnet in the VPC to use.
- Parameters:
subnetIds
- An array of IDs for each subnet in the VPC to use.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
subnetIds
An array of IDs for each subnet in the VPC to use.
- Parameters:
subnetIds
- An array of IDs for each subnet in the VPC to use.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
securityGroupIds
An array of IDs for each security group in the VPC to use.
- Parameters:
securityGroupIds
- An array of IDs for each security group in the VPC to use.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
securityGroupIds
An array of IDs for each security group in the VPC to use.
- Parameters:
securityGroupIds
- An array of IDs for each security group in the VPC to use.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-