Class ClusterStateQueue.Builder
java.lang.Object
co.elastic.clients.util.ObjectBuilderBase
co.elastic.clients.util.WithJsonObjectBuilderBase<ClusterStateQueue.Builder>
co.elastic.clients.elasticsearch.nodes.ClusterStateQueue.Builder
- All Implemented Interfaces:
WithJson<ClusterStateQueue.Builder>,ObjectBuilder<ClusterStateQueue>
- Enclosing class:
- ClusterStateQueue
public static class ClusterStateQueue.Builder
extends WithJsonObjectBuilderBase<ClusterStateQueue.Builder>
implements ObjectBuilder<ClusterStateQueue>
Builder for
ClusterStateQueue.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds aClusterStateQueue.API name:committedAPI name:pendingprotected ClusterStateQueue.Builderself()API name:totalMethods inherited from class co.elastic.clients.util.WithJsonObjectBuilderBase
withJsonMethods inherited from class co.elastic.clients.util.ObjectBuilderBase
_checkSingleUse, _listAdd, _listAddAll, _mapPut, _mapPutAll
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
total
API name:total -
pending
API name:pending -
committed
API name:committed -
self
- Specified by:
selfin classWithJsonObjectBuilderBase<ClusterStateQueue.Builder>
-
build
Builds aClusterStateQueue.- Specified by:
buildin interfaceObjectBuilder<ClusterStateQueue>- Throws:
NullPointerException- if some of the required fields are null.
-