CopyableBuilder<StartExecutionRequest.Builder,StartExecutionRequest>
, SdkBuilder<StartExecutionRequest.Builder,StartExecutionRequest>
public static interface StartExecutionRequest.Builder extends CopyableBuilder<StartExecutionRequest.Builder,StartExecutionRequest>
Modifier and Type | Method | Description |
---|---|---|
StartExecutionRequest.Builder |
input(String input) |
The JSON input data for the execution.
|
StartExecutionRequest.Builder |
name(String name) |
The name of the execution.
|
StartExecutionRequest.Builder |
stateMachineArn(String stateMachineArn) |
The Amazon Resource Name (ARN) of the state machine to execute.
|
copy
apply, build
StartExecutionRequest.Builder stateMachineArn(String stateMachineArn)
The Amazon Resource Name (ARN) of the state machine to execute.
stateMachineArn
- The Amazon Resource Name (ARN) of the state machine to execute.StartExecutionRequest.Builder name(String name)
The name of the execution. This name must be unique for your AWS account and region.
name
- The name of the execution. This name must be unique for your AWS account and region.StartExecutionRequest.Builder input(String input)
The JSON input data for the execution.
input
- The JSON input data for the execution.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.