Class InProgress.Builder
java.lang.Object
co.elastic.clients.util.ObjectBuilderBase
co.elastic.clients.util.WithJsonObjectBuilderBase<InProgress.Builder>
co.elastic.clients.elasticsearch.slm.InProgress.Builder
- All Implemented Interfaces:
WithJson<InProgress.Builder>,ObjectBuilder<InProgress>
- Enclosing class:
- InProgress
public static class InProgress.Builder
extends WithJsonObjectBuilderBase<InProgress.Builder>
implements ObjectBuilder<InProgress>
Builder for
InProgress.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds aInProgress.final InProgress.BuilderRequired - API name:nameprotected InProgress.Builderself()final InProgress.BuilderstartTimeMillis(long value) Required - API name:start_time_millisfinal InProgress.BuilderRequired - API name:statefinal InProgress.BuilderRequired - API name:uuidMethods 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
Required - API name:name -
startTimeMillis
Required - API name:start_time_millis -
state
Required - API name:state -
uuid
Required - API name:uuid -
self
- Specified by:
selfin classWithJsonObjectBuilderBase<InProgress.Builder>
-
build
Builds aInProgress.- Specified by:
buildin interfaceObjectBuilder<InProgress>- Throws:
NullPointerException- if some of the required fields are null.
-