@Stability(value=Experimental) public static final class StepFunctionsInvokeActionProps.Builder extends Object implements software.amazon.jsii.Builder<StepFunctionsInvokeActionProps>
StepFunctionsInvokeActionProps| Constructor and Description |
|---|
Builder() |
@Stability(value=Experimental) public StepFunctionsInvokeActionProps.Builder stateMachine(IStateMachine stateMachine)
StepFunctionsInvokeActionProps.getStateMachine()stateMachine - The state machine to invoke. This parameter is required.this@Stability(value=Experimental) public StepFunctionsInvokeActionProps.Builder executionNamePrefix(String executionNamePrefix)
StepFunctionsInvokeActionProps.getExecutionNamePrefix()executionNamePrefix - Prefix (optional).
By default, the action execution ID is used as the state machine execution name.
If a prefix is provided, it is prepended to the action execution ID with a hyphen and
together used as the state machine execution name.this@Stability(value=Experimental) public StepFunctionsInvokeActionProps.Builder output(Artifact output)
StepFunctionsInvokeActionProps.getOutput()output - The optional output Artifact of the Action.this@Stability(value=Experimental) public StepFunctionsInvokeActionProps.Builder stateMachineInput(StateMachineInput stateMachineInput)
StepFunctionsInvokeActionProps.getStateMachineInput()stateMachineInput - Represents the input to the StateMachine.
This includes input artifact, input type and the statemachine input.this@Stability(value=Experimental) public StepFunctionsInvokeActionProps.Builder role(IRole role)
CommonAwsActionProps.getRole()role - The Role in which context's this Action will be executing in.
The Pipeline's Role will assume this Role
(the required permissions for that will be granted automatically)
right before executing this Action.
This Action will be passed into your {@link IAction.bind}
method in the {@link ActionBindOptions.role} property.this@Stability(value=Experimental) public StepFunctionsInvokeActionProps.Builder actionName(String actionName)
CommonActionProps.getActionName()actionName - The physical, human-readable name of the Action. This parameter is required.
Note that Action names must be unique within a single Stage.this@Stability(value=Experimental) public StepFunctionsInvokeActionProps.Builder runOrder(Number runOrder)
CommonActionProps.getRunOrder()runOrder - The runOrder property for this Action.
RunOrder determines the relative order in which multiple Actions in the same Stage execute.this@Stability(value=Experimental) public StepFunctionsInvokeActionProps.Builder variablesNamespace(String variablesNamespace)
CommonActionProps.getVariablesNamespace()variablesNamespace - The name of the namespace to use for variables emitted by this action.this@Stability(value=Experimental) public StepFunctionsInvokeActionProps build()
build in interface software.amazon.jsii.Builder<StepFunctionsInvokeActionProps>StepFunctionsInvokeActionPropsNullPointerException - if any required attribute was not providedCopyright © 2021. All rights reserved.