Interface DistributionData.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<DistributionData.Builder,,DistributionData> SdkBuilder<DistributionData.Builder,,DistributionData> SdkPojo
- Enclosing class:
DistributionData
@Mutable
@NotThreadSafe
public static interface DistributionData.Builder
extends SdkPojo, CopyableBuilder<DistributionData.Builder,DistributionData>
-
Method Summary
Modifier and TypeMethodDescriptionThe bin edge values for the distribution.binEdges(Collection<String> binEdges) The bin edge values for the distribution.The frequency count for each bin in the distribution.count(Collection<Integer> count) The frequency count for each bin in the distribution.The data type of the column for the distribution.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
-
binEdges
The bin edge values for the distribution.
- Parameters:
binEdges- The bin edge values for the distribution.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
binEdges
The bin edge values for the distribution.
- Parameters:
binEdges- The bin edge values for the distribution.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
count
The frequency count for each bin in the distribution.
- Parameters:
count- The frequency count for each bin in the distribution.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
count
The frequency count for each bin in the distribution.
- Parameters:
count- The frequency count for each bin in the distribution.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
dataType
The data type of the column for the distribution.
- Parameters:
dataType- The data type of the column for the distribution.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-