public static final class PermissionsBroadeningCheckProps.Builder
extends java.lang.Object
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() |
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
public PermissionsBroadeningCheckProps.Builder notificationTopic(ITopic notificationTopic)
PermissionsBroadeningCheckProps.getNotificationTopic()
notificationTopic
- Topic to send notifications when a human needs to give manual confirmation.this
public PermissionsBroadeningCheckProps build()
PermissionsBroadeningCheckProps
java.lang.NullPointerException
- if any required attribute was not provided