| Package | Description |
|---|---|
| com.amazonaws.services.pipes.model |
| Modifier and Type | Method and Description |
|---|---|
PipeEnrichmentHttpParameters |
PipeEnrichmentHttpParameters.addHeaderParametersEntry(String key,
String value)
Add a single HeaderParameters entry
|
PipeEnrichmentHttpParameters |
PipeEnrichmentHttpParameters.addQueryStringParametersEntry(String key,
String value)
Add a single QueryStringParameters entry
|
PipeEnrichmentHttpParameters |
PipeEnrichmentHttpParameters.clearHeaderParametersEntries()
Removes all the entries added into HeaderParameters.
|
PipeEnrichmentHttpParameters |
PipeEnrichmentHttpParameters.clearQueryStringParametersEntries()
Removes all the entries added into QueryStringParameters.
|
PipeEnrichmentHttpParameters |
PipeEnrichmentHttpParameters.clone() |
PipeEnrichmentHttpParameters |
PipeEnrichmentParameters.getHttpParameters()
Contains the HTTP parameters to use when the target is a API Gateway REST endpoint or EventBridge ApiDestination.
|
PipeEnrichmentHttpParameters |
PipeEnrichmentHttpParameters.withHeaderParameters(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 |
PipeEnrichmentHttpParameters.withPathParameterValues(Collection<String> pathParameterValues)
The path parameter values to be used to populate API Gateway REST API or EventBridge ApiDestination path
wildcards ("*").
|
PipeEnrichmentHttpParameters |
PipeEnrichmentHttpParameters.withPathParameterValues(String... pathParameterValues)
The path parameter values to be used to populate API Gateway REST API or EventBridge ApiDestination path
wildcards ("*").
|
PipeEnrichmentHttpParameters |
PipeEnrichmentHttpParameters.withQueryStringParameters(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.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PipeEnrichmentParameters.setHttpParameters(PipeEnrichmentHttpParameters httpParameters)
Contains the HTTP parameters to use when the target is a API Gateway REST endpoint or EventBridge ApiDestination.
|
PipeEnrichmentParameters |
PipeEnrichmentParameters.withHttpParameters(PipeEnrichmentHttpParameters httpParameters)
Contains the HTTP parameters to use when the target is a API Gateway REST endpoint or EventBridge ApiDestination.
|
Copyright © 2024. All rights reserved.