Interface IpAddressMember.Builder

    • Method Detail

      • ipAddress

        IpAddressMember.Builder ipAddress​(String ipAddress)

        The IP address.

        Parameters:
        ipAddress - The IP address.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • primary

        IpAddressMember.Builder primary​(Boolean primary)

        The primary IP address.

        Parameters:
        primary - The primary IP address.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • allocationType

        IpAddressMember.Builder allocationType​(String allocationType)

        The type of allocation for the IP address.

        Parameters:
        allocationType - The type of allocation for the IP address.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        AllocationType, AllocationType
      • allocationType

        IpAddressMember.Builder allocationType​(AllocationType allocationType)

        The type of allocation for the IP address.

        Parameters:
        allocationType - The type of allocation for the IP address.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        AllocationType, AllocationType