Interface EventCategoriesMap.Builder
- All Superinterfaces:
 Buildable,CopyableBuilder<EventCategoriesMap.Builder,,EventCategoriesMap> SdkBuilder<EventCategoriesMap.Builder,,EventCategoriesMap> SdkPojo
- Enclosing class:
 EventCategoriesMap
public static interface EventCategoriesMap.Builder
extends SdkPojo, CopyableBuilder<EventCategoriesMap.Builder,EventCategoriesMap> 
- 
Method Summary
Modifier and TypeMethodDescriptioneventCategories(String... eventCategories) The event categories for the specified source typeeventCategories(Collection<String> eventCategories) The event categories for the specified source typesourceType(String sourceType) The source type that the returned categories belong toMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields 
- 
Method Details
- 
sourceType
The source type that the returned categories belong to
- Parameters:
 sourceType- The source type that the returned categories belong to- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
eventCategories
The event categories for the specified source type
- Parameters:
 eventCategories- The event categories for the specified source type- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
eventCategories
The event categories for the specified source type
- Parameters:
 eventCategories- The event categories for the specified source type- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 
 -