Interface IpAddressResponse.Builder

    • Method Detail

      • ipId

        IpAddressResponse.Builder ipId​(String ipId)

        The ID of one IP address.

        Parameters:
        ipId - The ID of one IP address.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • subnetId

        IpAddressResponse.Builder subnetId​(String subnetId)

        The ID of one subnet.

        Parameters:
        subnetId - The ID of one subnet.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • ip

        IpAddressResponse.Builder ip​(String ip)

        One IPv4 address that the Resolver endpoint uses for DNS queries.

        Parameters:
        ip - One IPv4 address that the Resolver endpoint uses for DNS queries.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • ipv6

        IpAddressResponse.Builder ipv6​(String ipv6)

        One IPv6 address that the Resolver endpoint uses for DNS queries.

        Parameters:
        ipv6 - One IPv6 address that the Resolver endpoint uses for DNS queries.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • status

        IpAddressResponse.Builder status​(String status)

        A status code that gives the current status of the request.

        Parameters:
        status - A status code that gives the current status of the request.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        IpAddressStatus, IpAddressStatus
      • statusMessage

        IpAddressResponse.Builder statusMessage​(String statusMessage)

        A message that provides additional information about the status of the request.

        Parameters:
        statusMessage - A message that provides additional information about the status of the request.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • creationTime

        IpAddressResponse.Builder creationTime​(String creationTime)

        The date and time that the IP address was created, in Unix time format and Coordinated Universal Time (UTC).

        Parameters:
        creationTime - The date and time that the IP address was created, in Unix time format and Coordinated Universal Time (UTC).
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • modificationTime

        IpAddressResponse.Builder modificationTime​(String modificationTime)

        The date and time that the IP address was last modified, in Unix time format and Coordinated Universal Time (UTC).

        Parameters:
        modificationTime - The date and time that the IP address was last modified, in Unix time format and Coordinated Universal Time (UTC).
        Returns:
        Returns a reference to this object so that method calls can be chained together.