@Generated(value="jsii-pacmak/1.67.0 (build 2c027f5)", date="2022-09-19T20:26:42.940Z") @Stability(value=Stable) public interface ManualApprovalStepProps extends software.amazon.jsii.JsiiSerializable
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();
| Modifier and Type | Interface and Description |
|---|---|
static class |
ManualApprovalStepProps.Builder
A builder for
ManualApprovalStepProps |
static class |
ManualApprovalStepProps.Jsii$Proxy
An implementation for
ManualApprovalStepProps |
| Modifier and Type | Method and Description |
|---|---|
static ManualApprovalStepProps.Builder |
builder() |
default String |
getComment()
The comment to display with this manual approval.
|
@Stability(value=Stable) @Nullable default String getComment()
Default: - No comment
@Stability(value=Stable) static ManualApprovalStepProps.Builder builder()
ManualApprovalStepProps.Builder of ManualApprovalStepPropsCopyright © 2022. All rights reserved.