Interface SummarizationDimensionDetail.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<SummarizationDimensionDetail.Builder,,- SummarizationDimensionDetail> - SdkBuilder<SummarizationDimensionDetail.Builder,,- SummarizationDimensionDetail> - SdkPojo
- Enclosing class:
- SummarizationDimensionDetail
@Mutable
@NotThreadSafe
public static interface SummarizationDimensionDetail.Builder
extends SdkPojo, CopyableBuilder<SummarizationDimensionDetail.Builder,SummarizationDimensionDetail> 
- 
Method SummaryModifier and TypeMethodDescriptionThe name of the SummarizationDimensionDetail.Value of the property used to summarize aggregated events.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
nameThe 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.
 
- 
valueValue 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.
 
 
-