Uses of Interface
software.amazon.awssdk.services.datazone.model.NotificationResource.Builder
-
Packages that use NotificationResource.Builder Package Description software.amazon.awssdk.services.datazone.model -
-
Uses of NotificationResource.Builder in software.amazon.awssdk.services.datazone.model
Methods in software.amazon.awssdk.services.datazone.model that return NotificationResource.Builder Modifier and Type Method Description static NotificationResource.BuilderNotificationResource. builder()NotificationResource.BuilderNotificationResource.Builder. id(String id)The ID of the resource mentioned in a notification.NotificationResource.BuilderNotificationResource.Builder. name(String name)The name of the resource mentioned in a notification.NotificationResource.BuilderNotificationResource. toBuilder()NotificationResource.BuilderNotificationResource.Builder. type(String type)The type of the resource mentioned in a notification.NotificationResource.BuilderNotificationResource.Builder. type(NotificationResourceType type)The type of the resource mentioned in a notification.Methods in software.amazon.awssdk.services.datazone.model that return types with arguments of type NotificationResource.Builder Modifier and Type Method Description static Class<? extends NotificationResource.Builder>NotificationResource. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.datazone.model with type arguments of type NotificationResource.Builder Modifier and Type Method Description default Topic.BuilderTopic.Builder. resource(Consumer<NotificationResource.Builder> resource)Sets the value of the Resource property for this object.
-