Class MasterIsStableIndicatorClusterFormationNode.Builder
java.lang.Object
co.elastic.clients.util.ObjectBuilderBase
co.elastic.clients.util.WithJsonObjectBuilderBase<MasterIsStableIndicatorClusterFormationNode.Builder>
co.elastic.clients.elasticsearch.core.health_report.MasterIsStableIndicatorClusterFormationNode.Builder
- All Implemented Interfaces:
WithJson<MasterIsStableIndicatorClusterFormationNode.Builder>,ObjectBuilder<MasterIsStableIndicatorClusterFormationNode>
- Enclosing class:
- MasterIsStableIndicatorClusterFormationNode
public static class MasterIsStableIndicatorClusterFormationNode.Builder
extends WithJsonObjectBuilderBase<MasterIsStableIndicatorClusterFormationNode.Builder>
implements ObjectBuilder<MasterIsStableIndicatorClusterFormationNode>
Builder for
MasterIsStableIndicatorClusterFormationNode.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()clusterFormationMessage(String value) Required - API name:cluster_formation_messageAPI name:nameRequired - API name:node_idself()Methods 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
-
name
API name:name -
nodeId
Required - API name:node_id -
clusterFormationMessage
public final MasterIsStableIndicatorClusterFormationNode.Builder clusterFormationMessage(String value) Required - API name:cluster_formation_message -
self
- Specified by:
selfin classWithJsonObjectBuilderBase<MasterIsStableIndicatorClusterFormationNode.Builder>
-
build
- Specified by:
buildin interfaceObjectBuilder<MasterIsStableIndicatorClusterFormationNode>- Throws:
NullPointerException- if some of the required fields are null.
-