Uses of Interface
software.amazon.awssdk.services.redshift.model.EventInfoMap.Builder
-
Packages that use EventInfoMap.Builder Package Description software.amazon.awssdk.services.redshift.model -
-
Uses of EventInfoMap.Builder in software.amazon.awssdk.services.redshift.model
Methods in software.amazon.awssdk.services.redshift.model that return EventInfoMap.Builder Modifier and Type Method Description static EventInfoMap.BuilderEventInfoMap. builder()EventInfoMap.BuilderEventInfoMap.Builder. eventCategories(String... eventCategories)The category of an Amazon Redshift event.EventInfoMap.BuilderEventInfoMap.Builder. eventCategories(Collection<String> eventCategories)The category of an Amazon Redshift event.EventInfoMap.BuilderEventInfoMap.Builder. eventDescription(String eventDescription)The description of an Amazon Redshift event.EventInfoMap.BuilderEventInfoMap.Builder. eventId(String eventId)The identifier of an Amazon Redshift event.EventInfoMap.BuilderEventInfoMap.Builder. severity(String severity)The severity of the event.EventInfoMap.BuilderEventInfoMap. toBuilder()Methods in software.amazon.awssdk.services.redshift.model that return types with arguments of type EventInfoMap.Builder Modifier and Type Method Description static Class<? extends EventInfoMap.Builder>EventInfoMap. serializableBuilderClass()
-