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