Interface AggregationConfiguration.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<AggregationConfiguration.Builder,,AggregationConfiguration> SdkBuilder<AggregationConfiguration.Builder,,AggregationConfiguration> SdkPojo
- Enclosing class:
AggregationConfiguration
@Mutable
@NotThreadSafe
public static interface AggregationConfiguration.Builder
extends SdkPojo, CopyableBuilder<AggregationConfiguration.Builder,AggregationConfiguration>
-
Method Summary
Modifier and TypeMethodDescriptioneventCategory(String eventCategory) Specifies the event category for which aggregation should be performed.eventCategory(EventCategoryAggregation eventCategory) Specifies the event category for which aggregation should be performed.templates(Collection<Template> templates) A list of aggregation templates that can be used to configure event aggregation.A list of aggregation templates that can be used to configure event aggregation.templatesWithStrings(String... templates) A list of aggregation templates that can be used to configure event aggregation.templatesWithStrings(Collection<String> templates) A list of aggregation templates that can be used to configure event aggregation.Methods 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, sdkFieldNameToField, sdkFields
-
Method Details
-
templatesWithStrings
A list of aggregation templates that can be used to configure event aggregation.
- Parameters:
templates- A list of aggregation templates that can be used to configure event aggregation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
templatesWithStrings
A list of aggregation templates that can be used to configure event aggregation.
- Parameters:
templates- A list of aggregation templates that can be used to configure event aggregation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
templates
A list of aggregation templates that can be used to configure event aggregation.
- Parameters:
templates- A list of aggregation templates that can be used to configure event aggregation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
templates
A list of aggregation templates that can be used to configure event aggregation.
- Parameters:
templates- A list of aggregation templates that can be used to configure event aggregation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
eventCategory
Specifies the event category for which aggregation should be performed.
- Parameters:
eventCategory- Specifies the event category for which aggregation should be performed.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
eventCategory
Specifies the event category for which aggregation should be performed.
- Parameters:
eventCategory- Specifies the event category for which aggregation should be performed.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-