Class InProgress.Builder
java.lang.Object
co.elastic.clients.elasticsearch.slm.InProgress.Builder
- All Implemented Interfaces:
ObjectBuilder<InProgress>
- Enclosing class:
- InProgress
public static class InProgress.Builder extends java.lang.Object implements ObjectBuilder<InProgress>
Builder for
InProgress.-
Constructor Summary
Constructors Constructor Description Builder() -
Method Summary
Modifier and Type Method Description InProgressbuild()Builds aInProgress.InProgress.Buildername(java.lang.String value)API name:nameInProgress.BuilderstartTimeMillis(java.lang.String value)API name:start_time_millisInProgress.Builderstate(java.lang.String value)API name:stateInProgress.Builderuuid(java.lang.String value)API name:uuidMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
name
API name:name -
startTimeMillis
API name:start_time_millis -
state
API name:state -
uuid
API name:uuid -
build
Builds aInProgress.- Specified by:
buildin interfaceObjectBuilder<InProgress>- Throws:
java.lang.NullPointerException- if some of the required fields are null.
-