@Stability(value=Stable) public static final class PermissionsBroadeningCheckProps.Builder extends Object implements software.amazon.jsii.Builder<PermissionsBroadeningCheckProps>
PermissionsBroadeningCheckProps| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
PermissionsBroadeningCheckProps |
build()
Builds the configured instance.
|
PermissionsBroadeningCheckProps.Builder |
notificationTopic(ITopic notificationTopic)
Sets the value of
PermissionsBroadeningCheckProps.getNotificationTopic() |
PermissionsBroadeningCheckProps.Builder |
stage(Stage stage)
Sets the value of
PermissionsBroadeningCheckProps.getStage() |
@Stability(value=Stable) public PermissionsBroadeningCheckProps.Builder stage(Stage stage)
PermissionsBroadeningCheckProps.getStage()stage - The CDK Stage object to check the stacks of. This parameter is required.
This should be the same Stage object you are passing to addStage().this@Stability(value=Stable) public PermissionsBroadeningCheckProps.Builder notificationTopic(ITopic notificationTopic)
PermissionsBroadeningCheckProps.getNotificationTopic()notificationTopic - Topic to send notifications when a human needs to give manual confirmation.this@Stability(value=Stable) public PermissionsBroadeningCheckProps build()
build in interface software.amazon.jsii.Builder<PermissionsBroadeningCheckProps>PermissionsBroadeningCheckPropsNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.