Interface StatisticSet.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<StatisticSet.Builder,,StatisticSet> SdkBuilder<StatisticSet.Builder,,StatisticSet> SdkPojo
- Enclosing class:
StatisticSet
@Mutable
@NotThreadSafe
public static interface StatisticSet.Builder
extends SdkPojo, CopyableBuilder<StatisticSet.Builder,StatisticSet>
-
Method Summary
Modifier and TypeMethodDescriptionSets the value of the Maximum property for this object.Sets the value of the Minimum property for this object.sampleCount(Double sampleCount) Sets the value of the SampleCount property for this object.Sets the value of the Sum property for this object.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
-
sampleCount
Sets the value of the SampleCount property for this object.- Parameters:
sampleCount- The new value for the SampleCount property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
sum
Sets the value of the Sum property for this object.- Parameters:
sum- The new value for the Sum property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
minimum
Sets the value of the Minimum property for this object.- Parameters:
minimum- The new value for the Minimum property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
maximum
Sets the value of the Maximum property for this object.- Parameters:
maximum- The new value for the Maximum property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-