Interface TestInvokeAuthorizerRequest.Builder

    • Method Detail

      • restApiId

        TestInvokeAuthorizerRequest.Builder restApiId​(String restApiId)

        The string identifier of the associated RestApi.

        Parameters:
        restApiId - The string identifier of the associated RestApi.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • authorizerId

        TestInvokeAuthorizerRequest.Builder authorizerId​(String authorizerId)

        Specifies a test invoke authorizer request's Authorizer ID.

        Parameters:
        authorizerId - Specifies a test invoke authorizer request's Authorizer ID.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • headers

        TestInvokeAuthorizerRequest.Builder headers​(Map<String,​String> headers)

        A key-value map of headers to simulate an incoming invocation request. This is where the incoming authorization token, or identity source, should be specified.

        Parameters:
        headers - A key-value map of headers to simulate an incoming invocation request. This is where the incoming authorization token, or identity source, should be specified.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • multiValueHeaders

        TestInvokeAuthorizerRequest.Builder multiValueHeaders​(Map<String,​? extends Collection<String>> multiValueHeaders)

        The headers as a map from string to list of values to simulate an incoming invocation request. This is where the incoming authorization token, or identity source, may be specified.

        Parameters:
        multiValueHeaders - The headers as a map from string to list of values to simulate an incoming invocation request. This is where the incoming authorization token, or identity source, may be specified.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • pathWithQueryString

        TestInvokeAuthorizerRequest.Builder pathWithQueryString​(String pathWithQueryString)

        The URI path, including query string, of the simulated invocation request. Use this to specify path parameters and query string parameters.

        Parameters:
        pathWithQueryString - The URI path, including query string, of the simulated invocation request. Use this to specify path parameters and query string parameters.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • body

        TestInvokeAuthorizerRequest.Builder body​(String body)

        The simulated request body of an incoming invocation request.

        Parameters:
        body - The simulated request body of an incoming invocation request.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • stageVariables

        TestInvokeAuthorizerRequest.Builder stageVariables​(Map<String,​String> stageVariables)

        A key-value map of stage variables to simulate an invocation on a deployed Stage.

        Parameters:
        stageVariables - A key-value map of stage variables to simulate an invocation on a deployed Stage.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • additionalContext

        TestInvokeAuthorizerRequest.Builder additionalContext​(Map<String,​String> additionalContext)

        A key-value map of additional context variables.

        Parameters:
        additionalContext - A key-value map of additional context variables.
        Returns:
        Returns a reference to this object so that method calls can be chained together.