Interface Bucket.Builder
- All Superinterfaces:
 Buildable,CopyableBuilder<Bucket.Builder,,Bucket> SdkBuilder<Bucket.Builder,,Bucket> SdkPojo
- Enclosing class:
 Bucket
- 
Method Summary
Modifier and TypeMethodDescriptionThe number of documents that have the value counted for the particular bucket.The value counted for the particular bucket.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
- 
keyValue
The value counted for the particular bucket.
- Parameters:
 keyValue- The value counted for the particular bucket.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
count
The number of documents that have the value counted for the particular bucket.
- Parameters:
 count- The number of documents that have the value counted for the particular bucket.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 
 -