Uses of Interface
software.amazon.awssdk.services.pipes.model.PipeEnrichmentHttpParameters.Builder
-
Packages that use PipeEnrichmentHttpParameters.Builder Package Description software.amazon.awssdk.services.pipes.model -
-
Uses of PipeEnrichmentHttpParameters.Builder in software.amazon.awssdk.services.pipes.model
Methods in software.amazon.awssdk.services.pipes.model that return PipeEnrichmentHttpParameters.Builder Modifier and Type Method Description static PipeEnrichmentHttpParameters.BuilderPipeEnrichmentHttpParameters. builder()PipeEnrichmentHttpParameters.BuilderPipeEnrichmentHttpParameters.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.BuilderPipeEnrichmentHttpParameters.Builder. pathParameterValues(String... pathParameterValues)The path parameter values to be used to populate API Gateway REST API or EventBridge ApiDestination path wildcards ("*").PipeEnrichmentHttpParameters.BuilderPipeEnrichmentHttpParameters.Builder. pathParameterValues(Collection<String> pathParameterValues)The path parameter values to be used to populate API Gateway REST API or EventBridge ApiDestination path wildcards ("*").PipeEnrichmentHttpParameters.BuilderPipeEnrichmentHttpParameters.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.PipeEnrichmentHttpParameters.BuilderPipeEnrichmentHttpParameters. toBuilder()Methods in software.amazon.awssdk.services.pipes.model that return types with arguments of type PipeEnrichmentHttpParameters.Builder Modifier and Type Method Description static Class<? extends PipeEnrichmentHttpParameters.Builder>PipeEnrichmentHttpParameters. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.pipes.model with type arguments of type PipeEnrichmentHttpParameters.Builder Modifier and Type Method Description default PipeEnrichmentParameters.BuilderPipeEnrichmentParameters.Builder. httpParameters(Consumer<PipeEnrichmentHttpParameters.Builder> httpParameters)Contains the HTTP parameters to use when the target is a API Gateway REST endpoint or EventBridge ApiDestination.
-