public static interface VpcOptions.Builder extends SdkPojo, CopyableBuilder<VpcOptions.Builder,VpcOptions>
| Modifier and Type | Method and Description |
|---|---|
VpcOptions.Builder |
applianceModeSupport(Boolean applianceModeSupport)
Indicates whether appliance mode is supported.
|
VpcOptions.Builder |
ipv6Support(Boolean ipv6Support)
Indicates whether IPv6 is supported.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildVpcOptions.Builder ipv6Support(Boolean ipv6Support)
Indicates whether IPv6 is supported.
ipv6Support - Indicates whether IPv6 is supported.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.
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.Copyright © 2023. All rights reserved.