@Generated(value="software.amazon.awssdk:codegen") public final class PipeEnrichmentParameters extends Object implements SdkPojo, Serializable, ToCopyableBuilder<PipeEnrichmentParameters.Builder,PipeEnrichmentParameters>
The parameters required to set up enrichment on your pipe.
| Modifier and Type | Class and Description |
|---|---|
static interface |
PipeEnrichmentParameters.Builder |
| Modifier and Type | Method and Description |
|---|---|
static PipeEnrichmentParameters.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
PipeEnrichmentHttpParameters |
httpParameters()
Contains the HTTP parameters to use when the target is a API Gateway REST endpoint or EventBridge ApiDestination.
|
String |
inputTemplate()
Valid JSON text passed to the enrichment.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends PipeEnrichmentParameters.Builder> |
serializableBuilderClass() |
PipeEnrichmentParameters.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final 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.
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.
public final 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.
public PipeEnrichmentParameters.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<PipeEnrichmentParameters.Builder,PipeEnrichmentParameters>public static PipeEnrichmentParameters.Builder builder()
public static Class<? extends PipeEnrichmentParameters.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.