Interface HttpParameters.Builder

    • Method Detail

      • pathParameterValues

        HttpParameters.Builder pathParameterValues​(Collection<String> pathParameterValues)

        The path parameter values to be used to populate API Gateway API or EventBridge ApiDestination path wildcards ("*").

        Parameters:
        pathParameterValues - The path parameter values to be used to populate API Gateway API or EventBridge ApiDestination path wildcards ("*").
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • pathParameterValues

        HttpParameters.Builder pathParameterValues​(String... pathParameterValues)

        The path parameter values to be used to populate API Gateway API or EventBridge ApiDestination path wildcards ("*").

        Parameters:
        pathParameterValues - The path parameter values to be used to populate API Gateway API or EventBridge ApiDestination path wildcards ("*").
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • headerParameters

        HttpParameters.Builder headerParameters​(Map<String,​String> headerParameters)

        The headers that need to be sent as part of request invoking the API Gateway API or EventBridge ApiDestination.

        Parameters:
        headerParameters - The headers that need to be sent as part of request invoking the API Gateway API or EventBridge ApiDestination.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • queryStringParameters

        HttpParameters.Builder queryStringParameters​(Map<String,​String> queryStringParameters)

        The query string keys/values that need to be sent as part of request invoking the API Gateway API or EventBridge ApiDestination.

        Parameters:
        queryStringParameters - The query string keys/values that need to be sent as part of request invoking the API Gateway API or EventBridge ApiDestination.
        Returns:
        Returns a reference to this object so that method calls can be chained together.