Interface VpcConfig.Builder
- All Superinterfaces:
 Buildable,CopyableBuilder<VpcConfig.Builder,,VpcConfig> SdkBuilder<VpcConfig.Builder,,VpcConfig> SdkPojo
- Enclosing class:
 VpcConfig
public static interface VpcConfig.Builder
extends SdkPojo, CopyableBuilder<VpcConfig.Builder,VpcConfig> 
- 
Method Summary
Modifier and TypeMethodDescriptionipv6AllowedForDualStack(Boolean ipv6AllowedForDualStack) Allows outbound IPv6 traffic on VPC functions that are connected to dual-stack subnets.securityGroupIds(String... securityGroupIds) A list of VPC security group IDs.securityGroupIds(Collection<String> securityGroupIds) A list of VPC security group IDs.A list of VPC subnet IDs.subnetIds(Collection<String> subnetIds) A list of VPC subnet IDs.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
- 
subnetIds
A list of VPC subnet IDs.
- Parameters:
 subnetIds- A list of VPC subnet IDs.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
subnetIds
A list of VPC subnet IDs.
- Parameters:
 subnetIds- A list of VPC subnet IDs.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
securityGroupIds
A list of VPC security group IDs.
- Parameters:
 securityGroupIds- A list of VPC security group IDs.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
securityGroupIds
A list of VPC security group IDs.
- Parameters:
 securityGroupIds- A list of VPC security group IDs.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
ipv6AllowedForDualStack
Allows outbound IPv6 traffic on VPC functions that are connected to dual-stack subnets.
- Parameters:
 ipv6AllowedForDualStack- Allows outbound IPv6 traffic on VPC functions that are connected to dual-stack subnets.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 
 -