public static interface BucketInfo.Builder extends CopyableBuilder<BucketInfo.Builder,BucketInfo>
Modifier and Type | Method and Description |
---|---|
BucketInfo.Builder |
buckets(Bucket... buckets)
A list of the calculated facet values and counts.
|
BucketInfo.Builder |
buckets(Collection<Bucket> buckets)
A list of the calculated facet values and counts.
|
copy
apply, build
BucketInfo.Builder buckets(Collection<Bucket> buckets)
A list of the calculated facet values and counts.
buckets
- A list of the calculated facet values and counts.BucketInfo.Builder buckets(Bucket... buckets)
A list of the calculated facet values and counts.
buckets
- A list of the calculated facet values and counts.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.