Class ClusterStatistics.Builder
java.lang.Object
org.opensearch.client.util.ObjectBuilderBase
org.opensearch.client.opensearch._types.ClusterStatistics.Builder
- All Implemented Interfaces:
ObjectBuilder<ClusterStatistics>
- Enclosing class:
ClusterStatistics
public static class ClusterStatistics.Builder
extends ObjectBuilderBase
implements ObjectBuilder<ClusterStatistics>
Builder for
ClusterStatistics.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds aClusterStatistics.skipped(int value) Required - API name:skippedsuccessful(int value) Required - API name:successfultotal(int value) Required - API name:totalMethods inherited from class org.opensearch.client.util.ObjectBuilderBase
_checkSingleUse, _listAdd, _listAddAll, _listCopy, _mapCopy, _mapPut, _mapPutAll
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
skipped
Required - API name:skipped -
successful
Required - API name:successful -
total
Required - API name:total -
build
Builds aClusterStatistics.- Specified by:
buildin interfaceObjectBuilder<ClusterStatistics>- Throws:
NullPointerException- if some of the required fields are null.
-