Class ClusterStatistics.Builder
java.lang.Object
org.opensearch.client.opensearch._types.ClusterStatistics.Builder
- All Implemented Interfaces:
ObjectBuilder<ClusterStatistics>
- Enclosing class:
- ClusterStatistics
public static class ClusterStatistics.Builder extends java.lang.Object implements ObjectBuilder<ClusterStatistics>
Builder for
ClusterStatistics.-
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 ClusterStatisticsbuild()Builds aClusterStatistics.ClusterStatistics.Builderskipped(java.lang.Number value)API name:skippedClusterStatistics.Buildersuccessful(java.lang.Number value)API name:successfulClusterStatistics.Buildertotal(java.lang.Number value)API name:total
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
skipped
API name:skipped -
successful
API name:successful -
total
API name:total -
build
Builds aClusterStatistics.- Specified by:
buildin interfaceObjectBuilder<ClusterStatistics>- Throws:
java.lang.NullPointerException- if some of the required fields are null.
-