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 Summary
Modifier 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.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
name
Name 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.
-
count
Total 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.
-
sampleValues
Indicates 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.
-
sampleValues
Indicates 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.
-