@Stability(value=Experimental) public static final class StartExecutionProps.Builder extends Object
StartExecutionProps| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
StartExecutionProps |
build()
Builds the configured instance.
|
StartExecutionProps.Builder |
input(Map<String,Object> input)
Sets the value of
StartExecutionProps.getInput() |
StartExecutionProps.Builder |
integrationPattern(ServiceIntegrationPattern integrationPattern)
Sets the value of
StartExecutionProps.getIntegrationPattern() |
StartExecutionProps.Builder |
name(String name)
Sets the value of
StartExecutionProps.getName() |
@Stability(value=Experimental) public StartExecutionProps.Builder input(Map<String,Object> input)
StartExecutionProps.getInput()input - The JSON input for the execution, same as that of StartExecution.this@Stability(value=Experimental) 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=Experimental) public StartExecutionProps.Builder name(String name)
StartExecutionProps.getName()name - The name of the execution, same as that of StartExecution.this@Stability(value=Experimental) public StartExecutionProps build()
StartExecutionPropsNullPointerException - if any required attribute was not providedCopyright © 2020. All rights reserved.