Class FlushJobResponse.Builder
java.lang.Object
co.elastic.clients.elasticsearch.ml.FlushJobResponse.Builder
- All Implemented Interfaces:
ObjectBuilder<FlushJobResponse>
- Enclosing class:
- FlushJobResponse
public static class FlushJobResponse.Builder extends java.lang.Object implements ObjectBuilder<FlushJobResponse>
Builder for
FlushJobResponse.-
Constructor Summary
Constructors Constructor Description Builder() -
Method Summary
Modifier and Type Method Description FlushJobResponsebuild()Builds aFlushJobResponse.FlushJobResponse.Builderflushed(boolean value)Required - API name:flushedFlushJobResponse.BuilderlastFinalizedBucketEnd(java.lang.Integer value)API name:last_finalized_bucket_endMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
flushed
Required - API name:flushed -
lastFinalizedBucketEnd
API name:last_finalized_bucket_end -
build
Builds aFlushJobResponse.- Specified by:
buildin interfaceObjectBuilder<FlushJobResponse>- Throws:
java.lang.NullPointerException- if some of the required fields are null.
-