Interface VpcOptions.Builder

  • 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.
    • dnsSupport

      VpcOptions.Builder dnsSupport(Boolean dnsSupport)

      Indicates whether DNS is supported.

      Parameters:
      dnsSupport - Indicates whether DNS is supported.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • securityGroupReferencingSupport

      VpcOptions.Builder securityGroupReferencingSupport(Boolean securityGroupReferencingSupport)

      Indicates whether security group referencing is enabled for this VPC attachment. The default is true. However, at the core network policy-level the default is set to false.

      Parameters:
      securityGroupReferencingSupport - Indicates whether security group referencing is enabled for this VPC attachment. The default is true. However, at the core network policy-level the default is set to false.
      Returns:
      Returns a reference to this object so that method calls can be chained together.