@Stability(value=Deprecated) @Deprecated public static final class StartExecutionProps.Builder extends Object implements software.amazon.jsii.Builder<StartExecutionProps>
StartExecutionProps| Constructor and Description |
|---|
Builder()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
StartExecutionProps |
build()
Deprecated.
|
StartExecutionProps.Builder |
input(Map<String,? extends Object> input)
Deprecated.
|
StartExecutionProps.Builder |
integrationPattern(ServiceIntegrationPattern integrationPattern)
Deprecated.
|
StartExecutionProps.Builder |
name(String name)
Deprecated.
|
@Stability(value=Deprecated) @Deprecated public StartExecutionProps.Builder input(Map<String,? extends Object> input)
StartExecutionProps.getInput()input - The JSON input for the execution, same as that of StartExecution.this@Stability(value=Deprecated) @Deprecated public StartExecutionProps.Builder integrationPattern(ServiceIntegrationPattern integrationPattern)
StartExecutionProps.getIntegrationPattern()integrationPattern - The service integration pattern indicates different ways to call StartExecution to Step Functions.this@Stability(value=Deprecated) @Deprecated public StartExecutionProps.Builder name(String name)
StartExecutionProps.getName()name - The name of the execution, same as that of StartExecution.this@Stability(value=Deprecated) @Deprecated public StartExecutionProps build()
build in interface software.amazon.jsii.Builder<StartExecutionProps>StartExecutionPropsNullPointerException - if any required attribute was not providedCopyright © 2023. All rights reserved.