Interface SummarizationDimensionDetail.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<SummarizationDimensionDetail.Builder,,SummarizationDimensionDetail> SdkBuilder<SummarizationDimensionDetail.Builder,,SummarizationDimensionDetail> SdkPojo
- Enclosing class:
SummarizationDimensionDetail
public static interface SummarizationDimensionDetail.Builder
extends SdkPojo, CopyableBuilder<SummarizationDimensionDetail.Builder,SummarizationDimensionDetail>
-
Method Summary
Modifier and TypeMethodDescriptionThe name of the SummarizationDimensionDetail.Value of the property used to summarize aggregated events.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
-
name
The name of the SummarizationDimensionDetail.
- Parameters:
name- The name of the SummarizationDimensionDetail.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
value
Value of the property used to summarize aggregated events.
- Parameters:
value- Value of the property used to summarize aggregated events.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-