Interface VpcOptions.Builder
- All Superinterfaces:
 Buildable,CopyableBuilder<VpcOptions.Builder,,VpcOptions> SdkBuilder<VpcOptions.Builder,,VpcOptions> SdkPojo
- Enclosing class:
 VpcOptions
public static interface VpcOptions.Builder
extends SdkPojo, CopyableBuilder<VpcOptions.Builder,VpcOptions> 
- 
Method Summary
Modifier and TypeMethodDescriptionapplianceModeSupport(Boolean applianceModeSupport) Indicates whether appliance mode is supported.ipv6Support(Boolean ipv6Support) Indicates whether IPv6 is supported.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
- 
ipv6Support
Indicates whether IPv6 is supported.
- Parameters:
 ipv6Support- Indicates whether IPv6 is supported.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
applianceModeSupport
Indicates whether appliance mode is supported. If enabled, traffic flow between a source and destination use the same Availability Zone for the VPC attachment for the lifetime of that flow. The default value is
false.- Parameters:
 applianceModeSupport- Indicates whether appliance mode is supported. If enabled, traffic flow between a source and destination use the same Availability Zone for the VPC attachment for the lifetime of that flow. The default value isfalse.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 
 -