| Package | Description |
|---|---|
| software.amazon.awssdk.services.datazone.model |
| Modifier and Type | Method and Description |
|---|---|
NotificationOutput.Builder |
NotificationOutput.Builder.actionLink(String actionLink)
The action link included in the notification.
|
static NotificationOutput.Builder |
NotificationOutput.builder() |
NotificationOutput.Builder |
NotificationOutput.Builder.creationTimestamp(Instant creationTimestamp)
The timestamp of when a notification was created.
|
NotificationOutput.Builder |
NotificationOutput.Builder.domainIdentifier(String domainIdentifier)
The identifier of a Amazon DataZone domain in which the notification exists.
|
NotificationOutput.Builder |
NotificationOutput.Builder.identifier(String identifier)
The identifier of the notification.
|
NotificationOutput.Builder |
NotificationOutput.Builder.lastUpdatedTimestamp(Instant lastUpdatedTimestamp)
The timestamp of when the notification was last updated.
|
NotificationOutput.Builder |
NotificationOutput.Builder.message(String message)
The message included in the notification.
|
NotificationOutput.Builder |
NotificationOutput.Builder.metadata(Map<String,String> metadata)
The metadata included in the notification.
|
NotificationOutput.Builder |
NotificationOutput.Builder.status(String status)
The status included in the notification.
|
NotificationOutput.Builder |
NotificationOutput.Builder.status(TaskStatus status)
The status included in the notification.
|
NotificationOutput.Builder |
NotificationOutput.Builder.title(String title)
The title of the notification.
|
NotificationOutput.Builder |
NotificationOutput.toBuilder() |
default NotificationOutput.Builder |
NotificationOutput.Builder.topic(Consumer<Topic.Builder> topic)
The topic of the notification.
|
NotificationOutput.Builder |
NotificationOutput.Builder.topic(Topic topic)
The topic of the notification.
|
NotificationOutput.Builder |
NotificationOutput.Builder.type(NotificationType type)
The type of the notification.
|
NotificationOutput.Builder |
NotificationOutput.Builder.type(String type)
The type of the notification.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends NotificationOutput.Builder> |
NotificationOutput.serializableBuilderClass() |
Copyright © 2023. All rights reserved.