Class AggregationProfileDelegateDebugFilter.Builder
java.lang.Object
org.opensearch.client.util.ObjectBuilderBase
org.opensearch.client.opensearch.core.search.AggregationProfileDelegateDebugFilter.Builder
- All Implemented Interfaces:
CopyableBuilder<AggregationProfileDelegateDebugFilter.Builder,,AggregationProfileDelegateDebugFilter> MutableBuilder<AggregationProfileDelegateDebugFilter.Builder,,AggregationProfileDelegateDebugFilter> ObjectBuilder<AggregationProfileDelegateDebugFilter>
- Enclosing class:
AggregationProfileDelegateDebugFilter
public static class AggregationProfileDelegateDebugFilter.Builder
extends ObjectBuilderBase
implements CopyableBuilder<AggregationProfileDelegateDebugFilter.Builder,AggregationProfileDelegateDebugFilter>
Builder for
AggregationProfileDelegateDebugFilter.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds aAggregationProfileDelegateDebugFilter.copy()Create a new builderCopyableBuilderthat is a copy of this one.API name:queryresultsFromMetadata(Integer value) API name:results_from_metadataAPI name:segments_counted_in_constant_timespecializedFor(String value) API name:specialized_forMethods 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<AggregationProfileDelegateDebugFilter.Builder,AggregationProfileDelegateDebugFilter> - Returns:
- a new builder instance.
-
query
API name:query -
resultsFromMetadata
@Nonnull public final AggregationProfileDelegateDebugFilter.Builder resultsFromMetadata(@Nullable Integer value) API name:results_from_metadata -
segmentsCountedInConstantTime
@Nonnull public final AggregationProfileDelegateDebugFilter.Builder segmentsCountedInConstantTime(@Nullable Integer value) API name:segments_counted_in_constant_time -
specializedFor
@Nonnull public final AggregationProfileDelegateDebugFilter.Builder specializedFor(@Nullable String value) API name:specialized_for -
build
Builds aAggregationProfileDelegateDebugFilter.- Specified by:
buildin interfaceObjectBuilder<AggregationProfileDelegateDebugFilter>- Throws:
NullPointerException- if some of the required fields are null.
-