Interface StringColumnStatisticsData.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<StringColumnStatisticsData.Builder,
,StringColumnStatisticsData> SdkBuilder<StringColumnStatisticsData.Builder,
,StringColumnStatisticsData> SdkPojo
- Enclosing class:
StringColumnStatisticsData
@Mutable
@NotThreadSafe
public static interface StringColumnStatisticsData.Builder
extends SdkPojo, CopyableBuilder<StringColumnStatisticsData.Builder,StringColumnStatisticsData>
-
Method Summary
Modifier and TypeMethodDescriptionaverageLength
(Double averageLength) The average string length in the column.maximumLength
(Long maximumLength) The size of the longest string in the column.numberOfDistinctValues
(Long numberOfDistinctValues) The number of distinct values in a column.numberOfNulls
(Long numberOfNulls) The number of null values in the column.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
-
maximumLength
The size of the longest string in the column.
- Parameters:
maximumLength
- The size of the longest string in the column.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
averageLength
The average string length in the column.
- Parameters:
averageLength
- The average string length in the column.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
numberOfNulls
The number of null values in the column.
- Parameters:
numberOfNulls
- The number of null values in the column.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
numberOfDistinctValues
The number of distinct values in a column.
- Parameters:
numberOfDistinctValues
- The number of distinct values in a column.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-