Interface TermsAggregation.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<TermsAggregation.Builder,TermsAggregation>,SdkBuilder<TermsAggregation.Builder,TermsAggregation>,SdkPojo
- Enclosing class:
- TermsAggregation
public static interface TermsAggregation.Builder extends SdkPojo, CopyableBuilder<TermsAggregation.Builder,TermsAggregation>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TermsAggregation.BuildermaxBuckets(Integer maxBuckets)The number of buckets to return in the response.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
maxBuckets
TermsAggregation.Builder maxBuckets(Integer maxBuckets)
The number of buckets to return in the response. Default to 10.
- Parameters:
maxBuckets- The number of buckets to return in the response. Default to 10.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-