public static interface PipeEnrichmentHttpParameters.Builder extends SdkPojo, CopyableBuilder<PipeEnrichmentHttpParameters.Builder,PipeEnrichmentHttpParameters>
| Modifier and Type | Method and Description |
|---|---|
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.
|
PipeEnrichmentHttpParameters.Builder |
pathParameterValues(Collection<String> pathParameterValues)
The path parameter values to be used to populate API Gateway REST API or EventBridge ApiDestination path
wildcards ("*").
|
PipeEnrichmentHttpParameters.Builder |
pathParameterValues(String... pathParameterValues)
The path parameter values to be used to populate API Gateway REST API or EventBridge ApiDestination path
wildcards ("*").
|
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.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildPipeEnrichmentHttpParameters.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.
headerParameters - The headers that need to be sent as part of request invoking the API Gateway REST API or EventBridge
ApiDestination.PipeEnrichmentHttpParameters.Builder pathParameterValues(Collection<String> pathParameterValues)
The path parameter values to be used to populate API Gateway REST API or EventBridge ApiDestination path wildcards ("*").
pathParameterValues - The path parameter values to be used to populate API Gateway REST API or EventBridge ApiDestination
path wildcards ("*").PipeEnrichmentHttpParameters.Builder pathParameterValues(String... pathParameterValues)
The path parameter values to be used to populate API Gateway REST API or EventBridge ApiDestination path wildcards ("*").
pathParameterValues - The path parameter values to be used to populate API Gateway REST API or EventBridge ApiDestination
path wildcards ("*").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.
queryStringParameters - The query string keys/values that need to be sent as part of request invoking the API Gateway REST API
or EventBridge ApiDestination.Copyright © 2023. All rights reserved.