Class DerivativeAggregation.Builder
java.lang.Object
org.opensearch.client.util.ObjectBuilderBase
org.opensearch.client.opensearch._types.aggregations.AggregationBase.AbstractBuilder<DerivativeAggregation.Builder>
org.opensearch.client.opensearch._types.aggregations.BucketPathAggregation.AbstractBuilder<DerivativeAggregation.Builder>
org.opensearch.client.opensearch._types.aggregations.PipelineAggregationBase.AbstractBuilder<DerivativeAggregation.Builder>
org.opensearch.client.opensearch._types.aggregations.DerivativeAggregation.Builder
- All Implemented Interfaces:
CopyableBuilder<DerivativeAggregation.Builder,,DerivativeAggregation> MutableBuilder<DerivativeAggregation.Builder,,DerivativeAggregation> ObjectBuilder<DerivativeAggregation>
- Enclosing class:
DerivativeAggregation
public static class DerivativeAggregation.Builder
extends PipelineAggregationBase.AbstractBuilder<DerivativeAggregation.Builder>
implements CopyableBuilder<DerivativeAggregation.Builder,DerivativeAggregation>
Builder for
DerivativeAggregation.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds aDerivativeAggregation.copy()Create a new builderCopyableBuilderthat is a copy of this one.protected DerivativeAggregation.Builderself()Methods inherited from class org.opensearch.client.opensearch._types.aggregations.PipelineAggregationBase.AbstractBuilder
format, gapPolicyMethods inherited from class org.opensearch.client.opensearch._types.aggregations.BucketPathAggregation.AbstractBuilder
bucketsPath, bucketsPathMethods inherited from class org.opensearch.client.opensearch._types.aggregations.AggregationBase.AbstractBuilder
meta, meta, nameMethods inherited from class org.opensearch.client.util.ObjectBuilderBase
_checkSingleUse, _listAdd, _listAddAll, _listCopy, _mapCopy, _mapPut, _mapPutAllMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.opensearch.client.util.MutableBuilder
applyMutation
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
copy
Description copied from interface:CopyableBuilderCreate a new builderCopyableBuilderthat is a copy of this one.- Specified by:
copyin interfaceCopyableBuilder<DerivativeAggregation.Builder,DerivativeAggregation> - Returns:
- a new builder instance.
-
self
- Specified by:
selfin classAggregationBase.AbstractBuilder<DerivativeAggregation.Builder>
-
build
Builds aDerivativeAggregation.- Specified by:
buildin interfaceObjectBuilder<DerivativeAggregation>- Throws:
NullPointerException- if some of the required fields are null.
-