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 |
eventCategories(String... eventCategories) |
The event categories for the specified source type
|
EventCategoriesMap.Builder |
eventCategories(Collection<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
apply, 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
NOTE: This method appends the values to the existing list (if any). Use
#setEventCategories(java.util.Collection)
or #withEventCategories(java.util.Collection)
if
you want to override the existing values.
eventCategories
- The event categories for the specified source typeCopyright © 2017 Amazon Web Services, Inc. All Rights Reserved.