Uses of Interface
software.amazon.awssdk.services.rds.model.Event.Builder
Packages that use Event.Builder
-
Uses of Event.Builder in software.amazon.awssdk.services.rds.model
Methods in software.amazon.awssdk.services.rds.model that return Event.BuilderModifier and TypeMethodDescriptionstatic Event.BuilderEvent.builder()Specifies the date and time of the event.Event.Builder.eventCategories(String... eventCategories) Specifies the category for the event.Event.Builder.eventCategories(Collection<String> eventCategories) Specifies the category for the event.Provides the text of this event.The Amazon Resource Name (ARN) for the event.Event.Builder.sourceIdentifier(String sourceIdentifier) Provides the identifier for the source of the event.Event.Builder.sourceType(String sourceType) Specifies the source type for this event.Event.Builder.sourceType(SourceType sourceType) Specifies the source type for this event.Event.toBuilder()Methods in software.amazon.awssdk.services.rds.model that return types with arguments of type Event.BuilderModifier and TypeMethodDescriptionstatic Class<? extends Event.Builder>Event.serializableBuilderClass()