Uses of Interface
software.amazon.awssdk.services.dax.model.NotificationConfiguration.Builder
-
Packages that use NotificationConfiguration.Builder Package Description software.amazon.awssdk.services.dax.model -
-
Uses of NotificationConfiguration.Builder in software.amazon.awssdk.services.dax.model
Methods in software.amazon.awssdk.services.dax.model that return NotificationConfiguration.Builder Modifier and Type Method Description static NotificationConfiguration.BuilderNotificationConfiguration. builder()NotificationConfiguration.BuilderNotificationConfiguration. toBuilder()NotificationConfiguration.BuilderNotificationConfiguration.Builder. topicArn(String topicArn)The Amazon Resource Name (ARN) that identifies the topic.NotificationConfiguration.BuilderNotificationConfiguration.Builder. topicStatus(String topicStatus)The current state of the topic.Methods in software.amazon.awssdk.services.dax.model that return types with arguments of type NotificationConfiguration.Builder Modifier and Type Method Description static Class<? extends NotificationConfiguration.Builder>NotificationConfiguration. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.dax.model with type arguments of type NotificationConfiguration.Builder Modifier and Type Method Description default Cluster.BuilderCluster.Builder. notificationConfiguration(Consumer<NotificationConfiguration.Builder> notificationConfiguration)Describes a notification topic and its status.
-