| Package | Description |
|---|---|
| software.amazon.awssdk.services.autoscaling.model |
| Modifier and Type | Method and Description |
|---|---|
NotificationConfiguration.Builder |
NotificationConfiguration.Builder.autoScalingGroupName(String autoScalingGroupName)
The name of the Auto Scaling group.
|
static NotificationConfiguration.Builder |
NotificationConfiguration.builder() |
NotificationConfiguration.Builder |
NotificationConfiguration.Builder.notificationType(String notificationType)
One of the following event notification types:
|
NotificationConfiguration.Builder |
NotificationConfiguration.toBuilder() |
NotificationConfiguration.Builder |
NotificationConfiguration.Builder.topicARN(String topicARN)
The Amazon Resource Name (ARN) of the Amazon Simple Notification Service (Amazon SNS) topic.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends NotificationConfiguration.Builder> |
NotificationConfiguration.serializableBuilderClass() |
Copyright © 2018. All rights reserved.