Interface VpcConfigInput.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<VpcConfigInput.Builder,,- VpcConfigInput> - SdkBuilder<VpcConfigInput.Builder,,- VpcConfigInput> - SdkPojo
- Enclosing class:
- VpcConfigInput
@Mutable
@NotThreadSafe
public static interface VpcConfigInput.Builder
extends SdkPojo, CopyableBuilder<VpcConfigInput.Builder,VpcConfigInput> 
- 
Method SummaryModifier and TypeMethodDescriptionipv6AllowedForDualStack(Boolean ipv6AllowedForDualStack) Set this totrueto allow outbound IPv6 traffic on VPC canaries that are connected to dual-stack subnets.securityGroupIds(String... securityGroupIds) The IDs of the security groups for this canary.securityGroupIds(Collection<String> securityGroupIds) The IDs of the security groups for this canary.The IDs of the subnets where this canary is to run.subnetIds(Collection<String> subnetIds) The IDs of the subnets where this canary is to run.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
subnetIdsThe IDs of the subnets where this canary is to run. - Parameters:
- subnetIds- The IDs of the subnets where this canary is to run.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
subnetIdsThe IDs of the subnets where this canary is to run. - Parameters:
- subnetIds- The IDs of the subnets where this canary is to run.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
securityGroupIdsThe IDs of the security groups for this canary. - Parameters:
- securityGroupIds- The IDs of the security groups for this canary.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
securityGroupIdsThe IDs of the security groups for this canary. - Parameters:
- securityGroupIds- The IDs of the security groups for this canary.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
ipv6AllowedForDualStackSet this to trueto allow outbound IPv6 traffic on VPC canaries that are connected to dual-stack subnets. The default isfalse- Parameters:
- ipv6AllowedForDualStack- Set this to- trueto allow outbound IPv6 traffic on VPC canaries that are connected to dual-stack subnets. The default is- false
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
 
-