public static final class ManualApprovalActionProps.Builder extends Object
ManualApprovalActionProps| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
ManualApprovalActionProps |
build()
Builds the configured instance.
|
ManualApprovalActionProps.Builder |
withRunOrder(Number value)
Sets the value of RunOrder
|
ManualApprovalActionProps.Builder |
withStage(software.amazon.awscdk.services.codepipeline.api.IStage value)
Sets the value of Stage
|
public ManualApprovalActionProps.Builder withRunOrder(@Nullable Number value)
value - The runOrder property for this Action.
RunOrder determines the relative order in which multiple Actions in the same Stage execute.thispublic ManualApprovalActionProps.Builder withStage(software.amazon.awscdk.services.codepipeline.api.IStage value)
value - The Pipeline Stage to add this Action to.thispublic ManualApprovalActionProps build()
ManualApprovalActionPropsNullPointerException - if any required attribute was not providedCopyright © 2018. All rights reserved.