Interface Identity.Builder

    • Method Detail

      • sourceIp

        Identity.Builder sourceIp​(String sourceIp)

        The source IP address of the TCP connection making the request to API Gateway.

        Parameters:
        sourceIp - The source IP address of the TCP connection making the request to API Gateway.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • userAgent

        Identity.Builder userAgent​(String userAgent)

        The User Agent of the API caller.

        Parameters:
        userAgent - The User Agent of the API caller.
        Returns:
        Returns a reference to this object so that method calls can be chained together.