Class StartJobResponse.Builder
java.lang.Object
co.elastic.clients.elasticsearch.rollup.StartJobResponse.Builder
- All Implemented Interfaces:
ObjectBuilder<StartJobResponse>
- Enclosing class:
- StartJobResponse
public static class StartJobResponse.Builder extends java.lang.Object implements ObjectBuilder<StartJobResponse>
Builder for
StartJobResponse.-
Constructor Summary
Constructors Constructor Description Builder() -
Method Summary
Modifier and Type Method Description StartJobResponsebuild()Builds aStartJobResponse.StartJobResponse.Builderstarted(boolean value)Required - API name:startedMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
started
Required - API name:started -
build
Builds aStartJobResponse.- Specified by:
buildin interfaceObjectBuilder<StartJobResponse>- Throws:
java.lang.NullPointerException- if some of the required fields are null.
-