@Stability(value=Experimental) public static final class StartExecution.Builder extends Object
StartExecution.| Modifier and Type | Method and Description |
|---|---|
StartExecution |
build() |
static StartExecution.Builder |
create(IStateMachine stateMachine)
EXPERIMENTAL
|
StartExecution.Builder |
input(Map<String,Object> input)
The JSON input for the execution, same as that of StartExecution.
|
StartExecution.Builder |
integrationPattern(ServiceIntegrationPattern integrationPattern)
The service integration pattern indicates different ways to call StartExecution to Step Functions.
|
StartExecution.Builder |
name(String name)
The name of the execution, same as that of StartExecution.
|
@Stability(value=Experimental) public static StartExecution.Builder create(IStateMachine stateMachine)
stateMachine - This parameter is required.StartExecution.Builder.@Stability(value=Experimental) public StartExecution.Builder input(Map<String,Object> input)
EXPERIMENTAL
input - The JSON input for the execution, same as that of StartExecution. This parameter is required.thishttps://docs.aws.amazon.com/step-functions/latest/apireference/API_StartExecution.html@Stability(value=Experimental) public StartExecution.Builder integrationPattern(ServiceIntegrationPattern integrationPattern)
Default: FIRE_AND_FORGET
EXPERIMENTAL
integrationPattern - The service integration pattern indicates different ways to call StartExecution to Step Functions. This parameter is required.thishttps://docs.aws.amazon.com/step-functions/latest/dg/connect-to-resource.html@Stability(value=Experimental) public StartExecution.Builder name(String name)
EXPERIMENTAL
name - The name of the execution, same as that of StartExecution. This parameter is required.thishttps://docs.aws.amazon.com/step-functions/latest/apireference/API_StartExecution.html@Stability(value=Experimental) public StartExecution build()
Copyright © 2020. All rights reserved.