Interface HttpParameters.Builder

All Superinterfaces:
Buildable, CopyableBuilder<HttpParameters.Builder,HttpParameters>, SdkBuilder<HttpParameters.Builder,HttpParameters>, SdkPojo
Enclosing class:
HttpParameters

public static interface HttpParameters.Builder extends SdkPojo, CopyableBuilder<HttpParameters.Builder,HttpParameters>
  • Method Details

    • pathParameterValues

      HttpParameters.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

      HttpParameters.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

      HttpParameters.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

      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 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.