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 Details

    • 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 is false.
      Returns:
      Returns a reference to this object so that method calls can be chained together.