Interface PipeEnrichmentHttpParameters.Builder

  • Method Details

    • pathParameterValues

      PipeEnrichmentHttpParameters.Builder pathParameterValues(Collection<String> pathParameterValues)

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

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

      PipeEnrichmentHttpParameters.Builder pathParameterValues(String... pathParameterValues)

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

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

      PipeEnrichmentHttpParameters.Builder headerParameters(Map<String,String> headerParameters)

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

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

      PipeEnrichmentHttpParameters.Builder queryStringParameters(Map<String,String> queryStringParameters)

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

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