Class StartExecutionProps.Builder
java.lang.Object
software.amazon.awscdk.services.stepfunctions.tasks.StartExecutionProps.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<StartExecutionProps>
- Enclosing interface:
- StartExecutionProps
@Stability(Deprecated)
@Deprecated
public static final class StartExecutionProps.Builder
extends Object
implements software.amazon.jsii.Builder<StartExecutionProps>
Deprecated.
A builder for
StartExecutionProps-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Deprecated.Deprecated.integrationPattern(ServiceIntegrationPattern integrationPattern) Deprecated.Deprecated.
-
Constructor Details
-
Builder
public Builder()Deprecated.
-
-
Method Details
-
input
@Stability(Deprecated) @Deprecated public StartExecutionProps.Builder input(Map<String, ? extends Object> input) Deprecated.Sets the value ofStartExecutionProps.getInput()- Parameters:
input- The JSON input for the execution, same as that of StartExecution.- Returns:
this
-
integrationPattern
@Stability(Deprecated) @Deprecated public StartExecutionProps.Builder integrationPattern(ServiceIntegrationPattern integrationPattern) Deprecated.Sets the value ofStartExecutionProps.getIntegrationPattern()- Parameters:
integrationPattern- The service integration pattern indicates different ways to call StartExecution to Step Functions.- Returns:
this
-
name
Deprecated.Sets the value ofStartExecutionProps.getName()- Parameters:
name- The name of the execution, same as that of StartExecution.- Returns:
this
-
build
Deprecated.Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<StartExecutionProps>- Returns:
- a new instance of
StartExecutionProps - Throws:
NullPointerException- if any required attribute was not provided
-