@Generated(value="jsii-pacmak/0.21.1 (build 9ff44cb)", date="2020-01-07T23:11:00.941Z") @Stability(value=Experimental) public interface StartExecutionProps extends software.amazon.jsii.JsiiSerializable
EXPERIMENTAL
| Modifier and Type | Interface and Description |
|---|---|
static class |
StartExecutionProps.Builder
A builder for
StartExecutionProps |
static class |
StartExecutionProps.Jsii$Proxy
An implementation for
StartExecutionProps |
| Modifier and Type | Method and Description |
|---|---|
static StartExecutionProps.Builder |
builder() |
default Map<String,Object> |
getInput()
The JSON input for the execution, same as that of StartExecution.
|
default ServiceIntegrationPattern |
getIntegrationPattern()
The service integration pattern indicates different ways to call StartExecution to Step Functions.
|
default String |
getName()
The name of the execution, same as that of StartExecution.
|
@Stability(value=Experimental) default Map<String,Object> getInput()
EXPERIMENTAL
https://docs.aws.amazon.com/step-functions/latest/apireference/API_StartExecution.html@Stability(value=Experimental) default ServiceIntegrationPattern getIntegrationPattern()
Default: FIRE_AND_FORGET
EXPERIMENTAL
https://docs.aws.amazon.com/step-functions/latest/dg/connect-to-resource.html@Stability(value=Experimental) default String getName()
EXPERIMENTAL
https://docs.aws.amazon.com/step-functions/latest/apireference/API_StartExecution.html@Stability(value=Experimental) static StartExecutionProps.Builder builder()
StartExecutionProps.Builder of StartExecutionPropsCopyright © 2020. All rights reserved.