Interface PrivateIpAddressSpecification.Builder

    • Method Detail

      • primary

        PrivateIpAddressSpecification.Builder primary​(Boolean primary)

        Indicates whether the private IPv4 address is the primary private IPv4 address. Only one IPv4 address can be designated as primary.

        Parameters:
        primary - Indicates whether the private IPv4 address is the primary private IPv4 address. Only one IPv4 address can be designated as primary.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • privateIpAddress

        PrivateIpAddressSpecification.Builder privateIpAddress​(String privateIpAddress)

        The private IPv4 address.

        Parameters:
        privateIpAddress - The private IPv4 address.
        Returns:
        Returns a reference to this object so that method calls can be chained together.