Interface BlacklistEntry.Builder

    • Method Detail

      • rblName

        BlacklistEntry.Builder rblName​(String rblName)

        The name of the blacklist that the IP address appears on.

        Parameters:
        rblName - The name of the blacklist that the IP address appears on.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • listingTime

        BlacklistEntry.Builder listingTime​(Instant listingTime)

        The time when the blacklisting event occurred, shown in Unix time format.

        Parameters:
        listingTime - The time when the blacklisting event occurred, shown in Unix time format.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • description

        BlacklistEntry.Builder description​(String description)

        Additional information about the blacklisting event, as provided by the blacklist maintainer.

        Parameters:
        description - Additional information about the blacklisting event, as provided by the blacklist maintainer.
        Returns:
        Returns a reference to this object so that method calls can be chained together.