Interface PipeTargetHttpParameters.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<PipeTargetHttpParameters.Builder,,- PipeTargetHttpParameters> - SdkBuilder<PipeTargetHttpParameters.Builder,,- PipeTargetHttpParameters> - SdkPojo
- Enclosing class:
- PipeTargetHttpParameters
@Mutable
@NotThreadSafe
public static interface PipeTargetHttpParameters.Builder
extends SdkPojo, CopyableBuilder<PipeTargetHttpParameters.Builder,PipeTargetHttpParameters> 
- 
Method SummaryModifier and TypeMethodDescriptionheaderParameters(Map<String, String> headerParameters) The headers that need to be sent as part of request invoking the API Gateway REST API or EventBridge ApiDestination.pathParameterValues(String... pathParameterValues) The path parameter values to be used to populate API Gateway REST API or EventBridge ApiDestination path wildcards ("*").pathParameterValues(Collection<String> pathParameterValues) The path parameter values to be used to populate API Gateway REST API or EventBridge ApiDestination path wildcards ("*").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.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
pathParameterValuesThe 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.
 
- 
pathParameterValuesThe 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.
 
- 
headerParametersThe 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.
 
- 
queryStringParametersThe 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.
 
 
-