public static interface EventCategoriesMap.Builder extends CopyableBuilder<EventCategoriesMap.Builder,EventCategoriesMap>
Modifier and Type | Method and Description |
---|---|
EventCategoriesMap.Builder |
eventCategories(Collection<String> eventCategories)
The event categories for the specified source type
|
EventCategoriesMap.Builder |
eventCategories(String... eventCategories)
The event categories for the specified source type
|
EventCategoriesMap.Builder |
sourceType(String sourceType)
The source type that the returned categories belong to
|
copy
applyMutation, build
EventCategoriesMap.Builder sourceType(String sourceType)
The source type that the returned categories belong to
sourceType
- The source type that the returned categories belong toEventCategoriesMap.Builder eventCategories(Collection<String> eventCategories)
The event categories for the specified source type
eventCategories
- The event categories for the specified source typeEventCategoriesMap.Builder eventCategories(String... eventCategories)
The event categories for the specified source type
eventCategories
- The event categories for the specified source typeCopyright © 2017 Amazon Web Services, Inc. All Rights Reserved.