CopyableBuilder<EventCategoriesMap.Builder,EventCategoriesMap>, SdkBuilder<EventCategoriesMap.Builder,EventCategoriesMap>public static interface EventCategoriesMap.Builder extends CopyableBuilder<EventCategoriesMap.Builder,EventCategoriesMap>
| Modifier and Type | Method | 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.
|
copyapply, buildEventCategoriesMap.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.
NOTE: This method appends the values to the existing list (if any). Use
#setEvents(java.util.Collection) or #withEvents(java.util.Collection) if you want to override
the existing values.
events - The events in the event category.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.