Class GarbageCollectorTotal.Builder
java.lang.Object
org.opensearch.client.opensearch.nodes.GarbageCollectorTotal.Builder
- All Implemented Interfaces:
ObjectBuilder<GarbageCollectorTotal>
- Enclosing class:
- GarbageCollectorTotal
public static class GarbageCollectorTotal.Builder extends java.lang.Object implements ObjectBuilder<GarbageCollectorTotal>
Builder for
GarbageCollectorTotal
.-
Nested Class Summary
Nested classes/interfaces inherited from interface org.opensearch.client.util.ObjectBuilder
ObjectBuilder.Constant<V>
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
Modifier and Type Method Description GarbageCollectorTotal
build()
Builds aGarbageCollectorTotal
.GarbageCollectorTotal.Builder
collectionCount(java.lang.Number value)
API name:collection_count
GarbageCollectorTotal.Builder
collectionTime(java.lang.String value)
API name:collection_time
GarbageCollectorTotal.Builder
collectionTimeInMillis(java.lang.Number value)
API name:collection_time_in_millis
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
collectionCount
API name:collection_count
-
collectionTime
API name:collection_time
-
collectionTimeInMillis
API name:collection_time_in_millis
-
build
Builds aGarbageCollectorTotal
.- Specified by:
build
in interfaceObjectBuilder<GarbageCollectorTotal>
- Throws:
java.lang.NullPointerException
- if some of the required fields are null.
-