Uses of Interface
software.amazon.awssdk.services.databasemigration.model.Event.Builder
Packages that use Event.Builder
-
Uses of Event.Builder in software.amazon.awssdk.services.databasemigration.model
Methods in software.amazon.awssdk.services.databasemigration.model that return Event.BuilderModifier and TypeMethodDescriptionstatic Event.BuilderEvent.builder()The date of the event.Event.Builder.eventCategories(String... eventCategories) The event categories available for the specified source type.Event.Builder.eventCategories(Collection<String> eventCategories) The event categories available for the specified source type.The event message.Event.Builder.sourceIdentifier(String sourceIdentifier) The identifier of an event source.Event.Builder.sourceType(String sourceType) The type of DMS resource that generates events.Event.Builder.sourceType(SourceType sourceType) The type of DMS resource that generates events.Event.toBuilder()Methods in software.amazon.awssdk.services.databasemigration.model that return types with arguments of type Event.BuilderModifier and TypeMethodDescriptionstatic Class<? extends Event.Builder>Event.serializableBuilderClass()