public static interface Bucket.Builder extends CopyableBuilder<Bucket.Builder,Bucket>
| Modifier and Type | Method and Description |
|---|---|
Bucket.Builder |
count(Long count)
The number of hits that contain the facet value in the specified facet field.
|
Bucket.Builder |
value(String value)
The facet value being counted.
|
copyapply, buildBucket.Builder value(String value)
The facet value being counted.
value - The facet value being counted.Bucket.Builder count(Long count)
The number of hits that contain the facet value in the specified facet field.
count - The number of hits that contain the facet value in the specified facet field.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.