@Generated(value="jsii-pacmak/1.58.0 (build f8ba112)",
date="2022-05-13T01:13:40.850Z")
public interface ManualApprovalStepProps
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 java.lang.String |
getComment()
The comment to display with this manual approval.
|
default java.lang.String getComment()
Default: - No comment
static ManualApprovalStepProps.Builder builder()
ManualApprovalStepProps.Builder
of ManualApprovalStepProps