public static interface StepFunctionsAction.Builder extends SdkPojo, CopyableBuilder<StepFunctionsAction.Builder,StepFunctionsAction>
Modifier and Type | Method and Description |
---|---|
StepFunctionsAction.Builder |
executionNamePrefix(String executionNamePrefix)
(Optional) A name will be given to the state machine execution consisting of this prefix followed by a UUID.
|
StepFunctionsAction.Builder |
roleArn(String roleArn)
The ARN of the role that grants IoT permission to start execution of a state machine
("Action":"states:StartExecution").
|
StepFunctionsAction.Builder |
stateMachineName(String stateMachineName)
The name of the Step Functions state machine whose execution will be started.
|
copy
applyMutation, build
StepFunctionsAction.Builder executionNamePrefix(String executionNamePrefix)
(Optional) A name will be given to the state machine execution consisting of this prefix followed by a UUID. Step Functions automatically creates a unique name for each state machine execution if one is not provided.
executionNamePrefix
- (Optional) A name will be given to the state machine execution consisting of this prefix followed by a
UUID. Step Functions automatically creates a unique name for each state machine execution if one is
not provided.StepFunctionsAction.Builder stateMachineName(String stateMachineName)
The name of the Step Functions state machine whose execution will be started.
stateMachineName
- The name of the Step Functions state machine whose execution will be started.StepFunctionsAction.Builder roleArn(String roleArn)
The ARN of the role that grants IoT permission to start execution of a state machine ("Action":"states:StartExecution").
roleArn
- The ARN of the role that grants IoT permission to start execution of a state machine
("Action":"states:StartExecution").Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.