public static interface EventCategoriesMap.Builder extends CopyableBuilder<EventCategoriesMap.Builder,EventCategoriesMap>
Modifier and Type | Method and Description |
---|---|
EventCategoriesMap.Builder |
events(Collection<EventInfoMap> events)
The events in the event category.
|
EventCategoriesMap.Builder |
events(EventInfoMap... events)
The events in the event category.
|
EventCategoriesMap.Builder |
sourceType(String sourceType)
The source type, such as cluster or cluster-snapshot, that the returned categories belong to.
|
copy
apply, build
EventCategoriesMap.Builder sourceType(String sourceType)
The source type, such as cluster or cluster-snapshot, that the returned categories belong to.
sourceType
- The source type, such as cluster or cluster-snapshot, that the returned categories belong to.EventCategoriesMap.Builder events(Collection<EventInfoMap> events)
The events in the event category.
events
- The events in the event category.EventCategoriesMap.Builder events(EventInfoMap... events)
The events in the event category.
events
- The events in the event category.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.