Interface FlaggedIpAddressDetail.Builder

    • Method Detail

      • ipAddress

        FlaggedIpAddressDetail.Builder ipAddress​(String ipAddress)

        IP address of the suspicious entity.

        Parameters:
        ipAddress - IP address of the suspicious entity.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • reason

        FlaggedIpAddressDetail.Builder reason​(String reason)

        Details the reason the IP address was flagged as suspicious.

        Parameters:
        reason - Details the reason the IP address was flagged as suspicious.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        Reason, Reason
      • reason

        FlaggedIpAddressDetail.Builder reason​(Reason reason)

        Details the reason the IP address was flagged as suspicious.

        Parameters:
        reason - Details the reason the IP address was flagged as suspicious.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        Reason, Reason