@Stability(value=Stable) public static final class CfnTopicRule.StepFunctionsActionProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnTopicRule.StepFunctionsActionProperty>
CfnTopicRule.StepFunctionsActionProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnTopicRule.StepFunctionsActionProperty |
build()
Builds the configured instance.
|
CfnTopicRule.StepFunctionsActionProperty.Builder |
executionNamePrefix(String executionNamePrefix)
Sets the value of
CfnTopicRule.StepFunctionsActionProperty.getExecutionNamePrefix() |
CfnTopicRule.StepFunctionsActionProperty.Builder |
roleArn(String roleArn)
Sets the value of
CfnTopicRule.StepFunctionsActionProperty.getRoleArn() |
CfnTopicRule.StepFunctionsActionProperty.Builder |
stateMachineName(String stateMachineName)
Sets the value of
CfnTopicRule.StepFunctionsActionProperty.getStateMachineName() |
@Stability(value=Stable) public CfnTopicRule.StepFunctionsActionProperty.Builder roleArn(String roleArn)
CfnTopicRule.StepFunctionsActionProperty.getRoleArn()roleArn - The ARN of the role that grants IoT permission to start execution of a state machine ("Action":"states:StartExecution"). This parameter is required.this@Stability(value=Stable) public CfnTopicRule.StepFunctionsActionProperty.Builder stateMachineName(String stateMachineName)
CfnTopicRule.StepFunctionsActionProperty.getStateMachineName()stateMachineName - The name of the Step Functions state machine whose execution will be started. This parameter is required.this@Stability(value=Stable) public CfnTopicRule.StepFunctionsActionProperty.Builder executionNamePrefix(String executionNamePrefix)
CfnTopicRule.StepFunctionsActionProperty.getExecutionNamePrefix()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.this@Stability(value=Stable) public CfnTopicRule.StepFunctionsActionProperty build()
build in interface software.amazon.jsii.Builder<CfnTopicRule.StepFunctionsActionProperty>CfnTopicRule.StepFunctionsActionPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.