Class SignificantLongTermsAggregate.Builder
- java.lang.Object
-
- org.opensearch.client.util.ObjectBuilderBase
-
- org.opensearch.client.opensearch._types.aggregations.AggregateBase.AbstractBuilder<BuilderT>
-
- org.opensearch.client.opensearch._types.aggregations.MultiBucketAggregateBase.AbstractBuilder<SignificantLongTermsBucket,SignificantLongTermsAggregate.Builder>
-
- org.opensearch.client.opensearch._types.aggregations.SignificantLongTermsAggregate.Builder
-
- All Implemented Interfaces:
ObjectBuilder<SignificantLongTermsAggregate>
- Enclosing class:
- SignificantLongTermsAggregate
public static class SignificantLongTermsAggregate.Builder extends MultiBucketAggregateBase.AbstractBuilder<SignificantLongTermsBucket,SignificantLongTermsAggregate.Builder> implements ObjectBuilder<SignificantLongTermsAggregate>
Builder forSignificantLongTermsAggregate.
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SignificantLongTermsAggregatebuild()Builds aSignificantLongTermsAggregate.protected SignificantLongTermsAggregate.Builderself()-
Methods inherited from class org.opensearch.client.opensearch._types.aggregations.MultiBucketAggregateBase.AbstractBuilder
buckets, buckets, tBucketSerializer
-
Methods inherited from class org.opensearch.client.opensearch._types.aggregations.AggregateBase.AbstractBuilder
meta, meta
-
Methods inherited from class org.opensearch.client.util.ObjectBuilderBase
_checkSingleUse, _listAdd, _listAddAll, _mapPut, _mapPutAll
-
-
-
-
Method Detail
-
self
protected SignificantLongTermsAggregate.Builder self()
- Specified by:
selfin classAggregateBase.AbstractBuilder<SignificantLongTermsAggregate.Builder>
-
build
public SignificantLongTermsAggregate build()
Builds aSignificantLongTermsAggregate.- Specified by:
buildin interfaceObjectBuilder<SignificantLongTermsAggregate>- Throws:
java.lang.NullPointerException- if some of the required fields are null.
-
-