Class StepFunctionsEnrichmentProps.Builder
java.lang.Object
software.amazon.awscdk.services.pipes.enrichments.alpha.StepFunctionsEnrichmentProps.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<StepFunctionsEnrichmentProps>
- Enclosing interface:
StepFunctionsEnrichmentProps
@Stability(Experimental)
public static final class StepFunctionsEnrichmentProps.Builder
extends Object
implements software.amazon.jsii.Builder<StepFunctionsEnrichmentProps>
A builder for
StepFunctionsEnrichmentProps-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.inputTransformation(InputTransformation inputTransformation) Sets the value ofStepFunctionsEnrichmentProps.getInputTransformation()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
inputTransformation
@Stability(Experimental) public StepFunctionsEnrichmentProps.Builder inputTransformation(InputTransformation inputTransformation) Sets the value ofStepFunctionsEnrichmentProps.getInputTransformation()- Parameters:
inputTransformation- The input transformation for the enrichment.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<StepFunctionsEnrichmentProps>- Returns:
- a new instance of
StepFunctionsEnrichmentProps - Throws:
NullPointerException- if any required attribute was not provided
-