Interface SubnetMapping.Builder

    • Method Detail

      • 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, IPAddressType
      • 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:
        IPAddressType, IPAddressType