@Stability(value=Experimental) public static final class StepFunctionInvokeAction.Builder extends Object implements software.amazon.jsii.Builder<StepFunctionInvokeAction>
StepFunctionInvokeAction.| Modifier and Type | Method and Description |
|---|---|
StepFunctionInvokeAction.Builder |
actionName(String actionName)
(experimental) The physical, human-readable name of the Action.
|
StepFunctionInvokeAction |
build() |
static StepFunctionInvokeAction.Builder |
create() |
StepFunctionInvokeAction.Builder |
executionNamePrefix(String executionNamePrefix)
(experimental) Prefix (optional).
|
StepFunctionInvokeAction.Builder |
output(Artifact output)
(experimental) The optional output Artifact of the Action.
|
StepFunctionInvokeAction.Builder |
role(IRole role)
(experimental) The Role in which context's this Action will be executing in.
|
StepFunctionInvokeAction.Builder |
runOrder(Number runOrder)
(experimental) The runOrder property for this Action.
|
StepFunctionInvokeAction.Builder |
stateMachine(IStateMachine stateMachine)
(experimental) The state machine to invoke.
|
StepFunctionInvokeAction.Builder |
stateMachineInput(StateMachineInput stateMachineInput)
(experimental) Represents the input to the StateMachine.
|
StepFunctionInvokeAction.Builder |
variablesNamespace(String variablesNamespace)
(experimental) The name of the namespace to use for variables emitted by this action.
|
@Stability(value=Experimental) public static StepFunctionInvokeAction.Builder create()
StepFunctionInvokeAction.Builder.@Stability(value=Experimental) public StepFunctionInvokeAction.Builder actionName(String actionName)
Note that Action names must be unique within a single Stage.
actionName - The physical, human-readable name of the Action. This parameter is required.this@Stability(value=Experimental) public StepFunctionInvokeAction.Builder runOrder(Number runOrder)
RunOrder determines the relative order in which multiple Actions in the same Stage execute.
Default: 1
runOrder - The runOrder property for this Action. This parameter is required.thishttps://docs.aws.amazon.com/codepipeline/latest/userguide/reference-pipeline-structure.html@Stability(value=Experimental) public StepFunctionInvokeAction.Builder variablesNamespace(String variablesNamespace)
Default: - a name will be generated, based on the stage and action names, if any of the action's variables were referenced - otherwise, no namespace will be set
variablesNamespace - The name of the namespace to use for variables emitted by this action. This parameter is required.this@Stability(value=Experimental) public StepFunctionInvokeAction.Builder role(IRole role)
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.
Default: a new Role will be generated
role - The Role in which context's this Action will be executing in. This parameter is required.this@Stability(value=Experimental) public StepFunctionInvokeAction.Builder stateMachine(IStateMachine stateMachine)
stateMachine - The state machine to invoke. This parameter is required.this@Stability(value=Experimental) public StepFunctionInvokeAction.Builder executionNamePrefix(String executionNamePrefix)
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.
Default: - action execution ID
executionNamePrefix - Prefix (optional). This parameter is required.this@Stability(value=Experimental) public StepFunctionInvokeAction.Builder output(Artifact output)
Default: the Action will not have any outputs
output - The optional output Artifact of the Action. This parameter is required.this@Stability(value=Experimental) public StepFunctionInvokeAction.Builder stateMachineInput(StateMachineInput stateMachineInput)
This includes input artifact, input type and the statemachine input.
Default: - none
stateMachineInput - Represents the input to the StateMachine. This parameter is required.this@Stability(value=Experimental) public StepFunctionInvokeAction build()
build in interface software.amazon.jsii.Builder<StepFunctionInvokeAction>Copyright © 2021. All rights reserved.