Class CfnPipe.PipeEnrichmentHttpParametersProperty.Builder
java.lang.Object
software.amazon.awscdk.services.pipes.CfnPipe.PipeEnrichmentHttpParametersProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnPipe.PipeEnrichmentHttpParametersProperty>
- Enclosing interface:
CfnPipe.PipeEnrichmentHttpParametersProperty
@Stability(Stable)
public static final class CfnPipe.PipeEnrichmentHttpParametersProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnPipe.PipeEnrichmentHttpParametersProperty>
A builder for
CfnPipe.PipeEnrichmentHttpParametersProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.headerParameters(Map<String, String> headerParameters) Sets the value ofCfnPipe.PipeEnrichmentHttpParametersProperty.getHeaderParameters()headerParameters(IResolvable headerParameters) Sets the value ofCfnPipe.PipeEnrichmentHttpParametersProperty.getHeaderParameters()pathParameterValues(List<String> pathParameterValues) Sets the value ofCfnPipe.PipeEnrichmentHttpParametersProperty.getPathParameterValues()queryStringParameters(Map<String, String> queryStringParameters) Sets the value ofCfnPipe.PipeEnrichmentHttpParametersProperty.getQueryStringParameters()queryStringParameters(IResolvable queryStringParameters) Sets the value ofCfnPipe.PipeEnrichmentHttpParametersProperty.getQueryStringParameters()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
headerParameters
@Stability(Stable) public CfnPipe.PipeEnrichmentHttpParametersProperty.Builder headerParameters(Map<String, String> headerParameters) Sets the value ofCfnPipe.PipeEnrichmentHttpParametersProperty.getHeaderParameters()- Parameters:
headerParameters- The headers that need to be sent as part of request invoking the API Gateway REST API or EventBridge ApiDestination.- Returns:
this
-
headerParameters
@Stability(Stable) public CfnPipe.PipeEnrichmentHttpParametersProperty.Builder headerParameters(IResolvable headerParameters) Sets the value ofCfnPipe.PipeEnrichmentHttpParametersProperty.getHeaderParameters()- Parameters:
headerParameters- The headers that need to be sent as part of request invoking the API Gateway REST API or EventBridge ApiDestination.- Returns:
this
-
pathParameterValues
@Stability(Stable) public CfnPipe.PipeEnrichmentHttpParametersProperty.Builder pathParameterValues(List<String> pathParameterValues) Sets the value ofCfnPipe.PipeEnrichmentHttpParametersProperty.getPathParameterValues()- Parameters:
pathParameterValues- The path parameter values to be used to populate API Gateway REST API or EventBridge ApiDestination path wildcards ("*").- Returns:
this
-
queryStringParameters
@Stability(Stable) public CfnPipe.PipeEnrichmentHttpParametersProperty.Builder queryStringParameters(Map<String, String> queryStringParameters) Sets the value ofCfnPipe.PipeEnrichmentHttpParametersProperty.getQueryStringParameters()- Parameters:
queryStringParameters- The query string keys/values that need to be sent as part of request invoking the API Gateway REST API or EventBridge ApiDestination.- Returns:
this
-
queryStringParameters
@Stability(Stable) public CfnPipe.PipeEnrichmentHttpParametersProperty.Builder queryStringParameters(IResolvable queryStringParameters) Sets the value ofCfnPipe.PipeEnrichmentHttpParametersProperty.getQueryStringParameters()- Parameters:
queryStringParameters- The query string keys/values that need to be sent as part of request invoking the API Gateway REST API or EventBridge ApiDestination.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnPipe.PipeEnrichmentHttpParametersProperty>- Returns:
- a new instance of
CfnPipe.PipeEnrichmentHttpParametersProperty - Throws:
NullPointerException- if any required attribute was not provided
-