Class ShardIndexingPressureRejectionsBreakupStats.Builder
java.lang.Object
org.opensearch.client.util.ObjectBuilderBase
org.opensearch.client.opensearch.nodes.stats.ShardIndexingPressureRejectionsBreakupStats.Builder
- All Implemented Interfaces:
CopyableBuilder<ShardIndexingPressureRejectionsBreakupStats.Builder,,ShardIndexingPressureRejectionsBreakupStats> MutableBuilder<ShardIndexingPressureRejectionsBreakupStats.Builder,,ShardIndexingPressureRejectionsBreakupStats> ObjectBuilder<ShardIndexingPressureRejectionsBreakupStats>
- Enclosing class:
ShardIndexingPressureRejectionsBreakupStats
public static class ShardIndexingPressureRejectionsBreakupStats.Builder
extends ObjectBuilderBase
implements CopyableBuilder<ShardIndexingPressureRejectionsBreakupStats.Builder,ShardIndexingPressureRejectionsBreakupStats>
Builder for
ShardIndexingPressureRejectionsBreakupStats.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()copy()Create a new builderCopyableBuilderthat is a copy of this one.nodeLimits(Long value) API name:node_limitsnoSuccessfulRequestLimits(Long value) API name:no_successful_request_limitsthroughputDegradationLimits(Long value) API name:throughput_degradation_limitsMethods 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<ShardIndexingPressureRejectionsBreakupStats.Builder,ShardIndexingPressureRejectionsBreakupStats> - Returns:
- a new builder instance.
-
noSuccessfulRequestLimits
@Nonnull public final ShardIndexingPressureRejectionsBreakupStats.Builder noSuccessfulRequestLimits(@Nullable Long value) API name:no_successful_request_limits -
nodeLimits
@Nonnull public final ShardIndexingPressureRejectionsBreakupStats.Builder nodeLimits(@Nullable Long value) API name:node_limits -
throughputDegradationLimits
@Nonnull public final ShardIndexingPressureRejectionsBreakupStats.Builder throughputDegradationLimits(@Nullable Long value) API name:throughput_degradation_limits -
build
- Specified by:
buildin interfaceObjectBuilder<ShardIndexingPressureRejectionsBreakupStats>- Throws:
NullPointerException- if some of the required fields are null.
-