@Stability(value=Stable) public static final class CfnAutoScalingGroup.NotificationConfigurationProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnAutoScalingGroup.NotificationConfigurationProperty>
CfnAutoScalingGroup.NotificationConfigurationProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnAutoScalingGroup.NotificationConfigurationProperty |
build()
Builds the configured instance.
|
CfnAutoScalingGroup.NotificationConfigurationProperty.Builder |
notificationTypes(List<String> notificationTypes)
|
CfnAutoScalingGroup.NotificationConfigurationProperty.Builder |
topicArn(String topicArn)
Sets the value of
CfnAutoScalingGroup.NotificationConfigurationProperty.getTopicArn() |
@Stability(value=Stable) public CfnAutoScalingGroup.NotificationConfigurationProperty.Builder topicArn(String topicArn)
CfnAutoScalingGroup.NotificationConfigurationProperty.getTopicArn()topicArn - `CfnAutoScalingGroup.NotificationConfigurationProperty.TopicARN`. This parameter is required.this@Stability(value=Stable) public CfnAutoScalingGroup.NotificationConfigurationProperty.Builder notificationTypes(List<String> notificationTypes)
notificationTypes - `CfnAutoScalingGroup.NotificationConfigurationProperty.NotificationTypes`.this@Stability(value=Stable) public CfnAutoScalingGroup.NotificationConfigurationProperty build()
build in interface software.amazon.jsii.Builder<CfnAutoScalingGroup.NotificationConfigurationProperty>CfnAutoScalingGroup.NotificationConfigurationPropertyNullPointerException - if any required attribute was not providedCopyright © 2021. All rights reserved.