public static interface EventInfoMap.Builder extends CopyableBuilder<EventInfoMap.Builder,EventInfoMap>
Modifier and Type | Method and Description |
---|---|
EventInfoMap.Builder |
eventCategories(Collection<String> eventCategories)
The category of an Amazon Redshift event.
|
EventInfoMap.Builder |
eventCategories(String... eventCategories)
The category of an Amazon Redshift event.
|
EventInfoMap.Builder |
eventDescription(String eventDescription)
The description of an Amazon Redshift event.
|
EventInfoMap.Builder |
eventId(String eventId)
The identifier of an Amazon Redshift event.
|
EventInfoMap.Builder |
severity(String severity)
The severity of the event.
|
copy
applyMutation, build
EventInfoMap.Builder eventId(String eventId)
The identifier of an Amazon Redshift event.
eventId
- The identifier of an Amazon Redshift event.EventInfoMap.Builder eventCategories(Collection<String> eventCategories)
The category of an Amazon Redshift event.
eventCategories
- The category of an Amazon Redshift event.EventInfoMap.Builder eventCategories(String... eventCategories)
The category of an Amazon Redshift event.
eventCategories
- The category of an Amazon Redshift event.EventInfoMap.Builder eventDescription(String eventDescription)
The description of an Amazon Redshift event.
eventDescription
- The description of an Amazon Redshift event.EventInfoMap.Builder severity(String severity)
The severity of the event.
Values: ERROR, INFO
severity
- The severity of the event.
Values: ERROR, INFO
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.