@Stability(value=Experimental) public static final class NotificationConfiguration.Builder extends Object implements software.amazon.jsii.Builder<NotificationConfiguration>
NotificationConfiguration| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
NotificationConfiguration |
build()
Builds the configured instance.
|
NotificationConfiguration.Builder |
scalingEvents(ScalingEvents scalingEvents)
Sets the value of
NotificationConfiguration.getScalingEvents() |
NotificationConfiguration.Builder |
topic(ITopic topic)
Sets the value of
NotificationConfiguration.getTopic() |
@Stability(value=Experimental) public NotificationConfiguration.Builder topic(ITopic topic)
NotificationConfiguration.getTopic()topic - SNS topic to send notifications about fleet scaling events. This parameter is required.this@Stability(value=Experimental) public NotificationConfiguration.Builder scalingEvents(ScalingEvents scalingEvents)
NotificationConfiguration.getScalingEvents()scalingEvents - Which fleet scaling events triggers a notification.this@Stability(value=Experimental) public NotificationConfiguration build()
build in interface software.amazon.jsii.Builder<NotificationConfiguration>NotificationConfigurationNullPointerException - if any required attribute was not providedCopyright © 2021. All rights reserved.