public static interface PipeEnrichmentParameters.Builder extends SdkPojo, CopyableBuilder<PipeEnrichmentParameters.Builder,PipeEnrichmentParameters>
| Modifier and Type | Method and Description |
|---|---|
default PipeEnrichmentParameters.Builder |
httpParameters(Consumer<PipeEnrichmentHttpParameters.Builder> httpParameters)
Contains the HTTP parameters to use when the target is a API Gateway REST endpoint or EventBridge
ApiDestination.
|
PipeEnrichmentParameters.Builder |
httpParameters(PipeEnrichmentHttpParameters httpParameters)
Contains the HTTP parameters to use when the target is a API Gateway REST endpoint or EventBridge
ApiDestination.
|
PipeEnrichmentParameters.Builder |
inputTemplate(String inputTemplate)
Valid JSON text passed to the enrichment.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildPipeEnrichmentParameters.Builder httpParameters(PipeEnrichmentHttpParameters httpParameters)
Contains the HTTP parameters to use when the target is a API Gateway REST endpoint or EventBridge ApiDestination.
If you specify an API Gateway REST API or EventBridge ApiDestination as a target, you can use this parameter to specify headers, path parameters, and query string keys/values as part of your target invoking request. If you're using ApiDestinations, the corresponding Connection can also have these values configured. In case of any conflicting keys, values from the Connection take precedence.
httpParameters - Contains the HTTP parameters to use when the target is a API Gateway REST endpoint or EventBridge
ApiDestination.
If you specify an API Gateway REST API or EventBridge ApiDestination as a target, you can use this parameter to specify headers, path parameters, and query string keys/values as part of your target invoking request. If you're using ApiDestinations, the corresponding Connection can also have these values configured. In case of any conflicting keys, values from the Connection take precedence.
default PipeEnrichmentParameters.Builder httpParameters(Consumer<PipeEnrichmentHttpParameters.Builder> httpParameters)
Contains the HTTP parameters to use when the target is a API Gateway REST endpoint or EventBridge ApiDestination.
If you specify an API Gateway REST API or EventBridge ApiDestination as a target, you can use this parameter to specify headers, path parameters, and query string keys/values as part of your target invoking request. If you're using ApiDestinations, the corresponding Connection can also have these values configured. In case of any conflicting keys, values from the Connection take precedence.
This is a convenience method that creates an instance of thePipeEnrichmentHttpParameters.Builder
avoiding the need to create one manually via PipeEnrichmentHttpParameters.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to httpParameters(PipeEnrichmentHttpParameters).
httpParameters - a consumer that will call methods on PipeEnrichmentHttpParameters.BuilderhttpParameters(PipeEnrichmentHttpParameters)PipeEnrichmentParameters.Builder inputTemplate(String inputTemplate)
Valid JSON text passed to the enrichment. In this case, nothing from the event itself is passed to the enrichment. For more information, see The JavaScript Object Notation (JSON) Data Interchange Format.
inputTemplate - Valid JSON text passed to the enrichment. In this case, nothing from the event itself is passed to the
enrichment. For more information, see The
JavaScript Object Notation (JSON) Data Interchange Format.Copyright © 2023. All rights reserved.