Class CommonActionProps.Builder
java.lang.Object
software.amazon.awscdk.services.codepipeline.CommonActionProps.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CommonActionProps>
- Enclosing interface:
- CommonActionProps
@Stability(Stable)
public static final class CommonActionProps.Builder
extends Object
implements software.amazon.jsii.Builder<CommonActionProps>
A builder for
CommonActionProps
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionactionName
(String actionName) Sets the value ofCommonActionProps.getActionName()
build()
Builds the configured instance.Sets the value ofCommonActionProps.getRunOrder()
variablesNamespace
(String variablesNamespace) Sets the value ofCommonActionProps.getVariablesNamespace()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
actionName
Sets the value ofCommonActionProps.getActionName()
- Parameters:
actionName
- The physical, human-readable name of the Action. This parameter is required. Note that Action names must be unique within a single Stage.- Returns:
this
-
runOrder
Sets the value ofCommonActionProps.getRunOrder()
- Parameters:
runOrder
- The runOrder property for this Action. RunOrder determines the relative order in which multiple Actions in the same Stage execute.- Returns:
this
-
variablesNamespace
Sets the value ofCommonActionProps.getVariablesNamespace()
- Parameters:
variablesNamespace
- The name of the namespace to use for variables emitted by this action.- Returns:
this
-
build
Builds the configured instance.- Specified by:
build
in interfacesoftware.amazon.jsii.Builder<CommonActionProps>
- Returns:
- a new instance of
CommonActionProps
- Throws:
NullPointerException
- if any required attribute was not provided
-