Interface SummarizationDimensionOverview.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<SummarizationDimensionOverview.Builder,,- SummarizationDimensionOverview> - SdkBuilder<SummarizationDimensionOverview.Builder,,- SummarizationDimensionOverview> - SdkPojo
- Enclosing class:
- SummarizationDimensionOverview
@Mutable
@NotThreadSafe
public static interface SummarizationDimensionOverview.Builder
extends SdkPojo, CopyableBuilder<SummarizationDimensionOverview.Builder,SummarizationDimensionOverview> 
- 
Method SummaryModifier and TypeMethodDescriptionTotal number of occurrences for this dimension.Name of the summarization dimension.sampleValues(String... sampleValues) Indicates the sample values found within the dimension.sampleValues(Collection<String> sampleValues) Indicates the sample values found within the dimension.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- 
nameName of the summarization dimension. - Parameters:
- name- Name of the summarization dimension.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
countTotal number of occurrences for this dimension. - Parameters:
- count- Total number of occurrences for this dimension.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
sampleValuesIndicates the sample values found within the dimension. - Parameters:
- sampleValues- Indicates the sample values found within the dimension.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
sampleValuesIndicates the sample values found within the dimension. - Parameters:
- sampleValues- Indicates the sample values found within the dimension.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
 
-