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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description VpcOptions.BuilderapplianceModeSupport(Boolean applianceModeSupport)Indicates whether appliance mode is supported.VpcOptions.Builderipv6Support(Boolean ipv6Support)Indicates whether IPv6 is supported.-
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, sdkFields
-
-
-
-
Method Detail
-
ipv6Support
VpcOptions.Builder ipv6Support(Boolean 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
VpcOptions.Builder applianceModeSupport(Boolean 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.
-
-