Uses of Interface
software.amazon.awssdk.services.redshift.model.Event.Builder
-
Packages that use Event.Builder Package Description software.amazon.awssdk.services.redshift.model -
-
Uses of Event.Builder in software.amazon.awssdk.services.redshift.model
Methods in software.amazon.awssdk.services.redshift.model that return Event.Builder Modifier and Type Method Description static Event.BuilderEvent. builder()Event.BuilderEvent.Builder. date(Instant date)The date and time of the event.Event.BuilderEvent.Builder. eventCategories(String... eventCategories)A list of the event categories.Event.BuilderEvent.Builder. eventCategories(Collection<String> eventCategories)A list of the event categories.Event.BuilderEvent.Builder. eventId(String eventId)The identifier of the event.Event.BuilderEvent.Builder. message(String message)The text of this event.Event.BuilderEvent.Builder. severity(String severity)The severity of the event.Event.BuilderEvent.Builder. sourceIdentifier(String sourceIdentifier)The identifier for the source of the event.Event.BuilderEvent.Builder. sourceType(String sourceType)The source type for this event.Event.BuilderEvent.Builder. sourceType(SourceType sourceType)The source type for this event.Event.BuilderEvent. toBuilder()Methods in software.amazon.awssdk.services.redshift.model that return types with arguments of type Event.Builder Modifier and Type Method Description static Class<? extends Event.Builder>Event. serializableBuilderClass()
-