| Package | Description |
|---|---|
| software.amazon.awssdk.services.datazone.model |
| Modifier and Type | Method and Description |
|---|---|
static Topic.Builder |
Topic.builder() |
default Topic.Builder |
Topic.Builder.resource(Consumer<NotificationResource.Builder> resource)
Sets the value of the Resource property for this object.
|
Topic.Builder |
Topic.Builder.resource(NotificationResource resource)
Sets the value of the Resource property for this object.
|
Topic.Builder |
Topic.Builder.role(NotificationRole role)
The role of the resource mentioned in a notification.
|
Topic.Builder |
Topic.Builder.role(String role)
The role of the resource mentioned in a notification.
|
Topic.Builder |
Topic.Builder.subject(String subject)
The subject of the resource mentioned in a notification.
|
Topic.Builder |
Topic.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends Topic.Builder> |
Topic.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default NotificationOutput.Builder |
NotificationOutput.Builder.topic(Consumer<Topic.Builder> topic)
The topic of the notification.
|
Copyright © 2023. All rights reserved.