| Package | Description |
|---|---|
| software.amazon.awssdk.services.dax.model |
| Modifier and Type | Method and Description |
|---|---|
static NotificationConfiguration.Builder |
NotificationConfiguration.builder() |
NotificationConfiguration.Builder |
NotificationConfiguration.toBuilder() |
NotificationConfiguration.Builder |
NotificationConfiguration.Builder.topicArn(String topicArn)
The Amazon Resource Name (ARN) that identifies the topic.
|
NotificationConfiguration.Builder |
NotificationConfiguration.Builder.topicStatus(String topicStatus)
The current state of the topic.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends NotificationConfiguration.Builder> |
NotificationConfiguration.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default Cluster.Builder |
Cluster.Builder.notificationConfiguration(Consumer<NotificationConfiguration.Builder> notificationConfiguration)
Describes a notification topic and its status.
|
Copyright © 2023. All rights reserved.