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