@Stability(value=Experimental) public static final class CommonActionProps.Builder extends Object implements software.amazon.jsii.Builder<CommonActionProps>
CommonActionProps| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CommonActionProps.Builder |
actionName(String actionName)
Sets the value of
CommonActionProps.getActionName() |
CommonActionProps |
build()
Builds the configured instance.
|
CommonActionProps.Builder |
runOrder(Number runOrder)
Sets the value of
CommonActionProps.getRunOrder() |
CommonActionProps.Builder |
variablesNamespace(String variablesNamespace)
Sets the value of
CommonActionProps.getVariablesNamespace() |
@Stability(value=Experimental) public CommonActionProps.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 CommonActionProps.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 CommonActionProps.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 CommonActionProps build()
build in interface software.amazon.jsii.Builder<CommonActionProps>CommonActionPropsNullPointerException - if any required attribute was not providedCopyright © 2021. All rights reserved.