public static interface Bucket.Builder extends SdkPojo, CopyableBuilder<Bucket.Builder,Bucket>
| Modifier and Type | Method and Description |
|---|---|
Bucket.Builder |
count(Integer count)
The number of documents that have the value counted for the particular bucket.
|
Bucket.Builder |
keyValue(String keyValue)
The value counted for the particular bucket.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildBucket.Builder keyValue(String keyValue)
The value counted for the particular bucket.
keyValue - The value counted for the particular bucket.Bucket.Builder count(Integer count)
The number of documents that have the value counted for the particular bucket.
count - The number of documents that have the value counted for the particular bucket.Copyright © 2023. All rights reserved.