Class ShardIndexingPressurePerShardMemoryAllocationLimitStats.Builder
java.lang.Object
org.opensearch.client.util.ObjectBuilderBase
org.opensearch.client.opensearch.nodes.stats.ShardIndexingPressurePerShardMemoryAllocationLimitStats.Builder
- All Implemented Interfaces:
CopyableBuilder<ShardIndexingPressurePerShardMemoryAllocationLimitStats.Builder,,ShardIndexingPressurePerShardMemoryAllocationLimitStats> MutableBuilder<ShardIndexingPressurePerShardMemoryAllocationLimitStats.Builder,,ShardIndexingPressurePerShardMemoryAllocationLimitStats> ObjectBuilder<ShardIndexingPressurePerShardMemoryAllocationLimitStats>
- Enclosing class:
ShardIndexingPressurePerShardMemoryAllocationLimitStats
public static class ShardIndexingPressurePerShardMemoryAllocationLimitStats.Builder
extends ObjectBuilderBase
implements CopyableBuilder<ShardIndexingPressurePerShardMemoryAllocationLimitStats.Builder,ShardIndexingPressurePerShardMemoryAllocationLimitStats>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()copy()Create a new builderCopyableBuilderthat is a copy of this one.currentCoordinatingAndPrimaryLimitsInBytes(long value) Required - API name:current_coordinating_and_primary_limits_in_bytescurrentReplicaLimitsInBytes(long value) Required - API name:current_replica_limits_in_bytesMethods 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<ShardIndexingPressurePerShardMemoryAllocationLimitStats.Builder,ShardIndexingPressurePerShardMemoryAllocationLimitStats> - Returns:
- a new builder instance.
-
currentCoordinatingAndPrimaryLimitsInBytes
@Nonnull public final ShardIndexingPressurePerShardMemoryAllocationLimitStats.Builder currentCoordinatingAndPrimaryLimitsInBytes(long value) Required - API name:current_coordinating_and_primary_limits_in_bytes -
currentReplicaLimitsInBytes
@Nonnull public final ShardIndexingPressurePerShardMemoryAllocationLimitStats.Builder currentReplicaLimitsInBytes(long value) Required - API name:current_replica_limits_in_bytes -
build
- Specified by:
buildin interfaceObjectBuilder<ShardIndexingPressurePerShardMemoryAllocationLimitStats>- Throws:
NullPointerException- if some of the required fields are null.
-