Class JobBlocked.Builder
java.lang.Object
co.elastic.clients.elasticsearch.ml.JobBlocked.Builder
- All Implemented Interfaces:
ObjectBuilder<JobBlocked>
- Enclosing class:
- JobBlocked
public static class JobBlocked.Builder extends java.lang.Object implements ObjectBuilder<JobBlocked>
Builder for
JobBlocked.-
Constructor Summary
Constructors Constructor Description Builder() -
Method Summary
Modifier and Type Method Description JobBlockedbuild()Builds aJobBlocked.JobBlocked.Builderreason(JobBlockedReason value)API name:reasonJobBlocked.BuildertaskId(java.lang.String value)API name:task_idMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
reason
API name:reason -
taskId
API name:task_id -
build
Builds aJobBlocked.- Specified by:
buildin interfaceObjectBuilder<JobBlocked>- Throws:
java.lang.NullPointerException- if some of the required fields are null.
-