Interface SubnetMapping.Builder

  • Method Details

    • subnetId

      SubnetMapping.Builder subnetId(String subnetId)

      The unique identifier for the subnet.

      Parameters:
      subnetId - The unique identifier for the subnet.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • ipAddressType

      SubnetMapping.Builder ipAddressType(String ipAddressType)

      The subnet's IP address type. You can't change the IP address type after you create the subnet.

      Parameters:
      ipAddressType - The subnet's IP address type. You can't change the IP address type after you create the subnet.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • ipAddressType

      SubnetMapping.Builder ipAddressType(IPAddressType ipAddressType)

      The subnet's IP address type. You can't change the IP address type after you create the subnet.

      Parameters:
      ipAddressType - The subnet's IP address type. You can't change the IP address type after you create the subnet.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also: