Uses of Interface
software.amazon.awssdk.services.autoscaling.model.NotificationConfiguration.Builder
-
Packages that use NotificationConfiguration.Builder Package Description software.amazon.awssdk.services.autoscaling.model -
-
Uses of NotificationConfiguration.Builder in software.amazon.awssdk.services.autoscaling.model
Methods in software.amazon.awssdk.services.autoscaling.model that return NotificationConfiguration.Builder Modifier and Type Method Description NotificationConfiguration.BuilderNotificationConfiguration.Builder. autoScalingGroupName(String autoScalingGroupName)The name of the Auto Scaling group.static NotificationConfiguration.BuilderNotificationConfiguration. builder()NotificationConfiguration.BuilderNotificationConfiguration.Builder. notificationType(String notificationType)One of the following event notification types:NotificationConfiguration.BuilderNotificationConfiguration. toBuilder()NotificationConfiguration.BuilderNotificationConfiguration.Builder. topicARN(String topicARN)The Amazon Resource Name (ARN) of the Amazon SNS topic.Methods in software.amazon.awssdk.services.autoscaling.model that return types with arguments of type NotificationConfiguration.Builder Modifier and Type Method Description static Class<? extends NotificationConfiguration.Builder>NotificationConfiguration. serializableBuilderClass()
-