Package software.amazon.awscdk.pipelines
Interface ManualApprovalStepProps
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
ManualApprovalStepProps.Jsii$Proxy
@Generated(value="jsii-pacmak/1.109.0 (build c221850)",
date="2025-03-19T18:01:44.439Z")
@Stability(Stable)
public interface ManualApprovalStepProps
extends software.amazon.jsii.JsiiSerializable
Construction properties for a
ManualApprovalStep
.
Example:
// The code below shows an example of how to instantiate this type. // The values are placeholders you should change. import software.amazon.awscdk.pipelines.*; ManualApprovalStepProps manualApprovalStepProps = ManualApprovalStepProps.builder() .comment("comment") .build();
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final class
A builder forManualApprovalStepProps
static final class
An implementation forManualApprovalStepProps
-
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getComment
The comment to display with this manual approval.Default: - No comment
-
builder
- Returns:
- a
ManualApprovalStepProps.Builder
ofManualApprovalStepProps
-