Interface PercentPair.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<PercentPair.Builder,,PercentPair> SdkBuilder<PercentPair.Builder,,PercentPair> SdkPojo
- Enclosing class:
PercentPair
public static interface PercentPair.Builder
extends SdkPojo, CopyableBuilder<PercentPair.Builder,PercentPair>
-
Method Summary
Modifier and TypeMethodDescriptionThe percentile.The value of the percentile.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, sdkFields
-
Method Details
-
percent
The percentile.
- Parameters:
percent- The percentile.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
value
The value of the percentile.
- Parameters:
value- The value of the percentile.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-