@Stability(value=Experimental) public static final class SfnStateMachineProps.Builder extends Object implements software.amazon.jsii.Builder<SfnStateMachineProps>
SfnStateMachineProps| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
SfnStateMachineProps |
build()
Builds the configured instance.
|
SfnStateMachineProps.Builder |
input(RuleTargetInput input)
Sets the value of
SfnStateMachineProps.getInput() |
SfnStateMachineProps.Builder |
role(IRole role)
Sets the value of
SfnStateMachineProps.getRole() |
@Stability(value=Experimental) public SfnStateMachineProps.Builder input(RuleTargetInput input)
SfnStateMachineProps.getInput()input - The input to the state machine execution.this@Stability(value=Experimental) public SfnStateMachineProps.Builder role(IRole role)
SfnStateMachineProps.getRole()role - The IAM role to be assumed to execute the State Machine.this@Stability(value=Experimental) public SfnStateMachineProps build()
build in interface software.amazon.jsii.Builder<SfnStateMachineProps>SfnStateMachinePropsNullPointerException - if any required attribute was not providedCopyright © 2020. All rights reserved.