Class StartIlmResponse.Builder
java.lang.Object
co.elastic.clients.util.ObjectBuilderBase
co.elastic.clients.util.WithJsonObjectBuilderBase<BuilderT>
co.elastic.clients.elasticsearch._types.AcknowledgedResponseBase.AbstractBuilder<StartIlmResponse.Builder>
co.elastic.clients.elasticsearch.ilm.StartIlmResponse.Builder
- All Implemented Interfaces:
WithJson<StartIlmResponse.Builder>,ObjectBuilder<StartIlmResponse>
- Enclosing class:
- StartIlmResponse
public static class StartIlmResponse.Builder
extends AcknowledgedResponseBase.AbstractBuilder<StartIlmResponse.Builder>
implements ObjectBuilder<StartIlmResponse>
Builder for
StartIlmResponse.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds aStartIlmResponse.protected StartIlmResponse.Builderself()Methods inherited from class co.elastic.clients.elasticsearch._types.AcknowledgedResponseBase.AbstractBuilder
acknowledgedMethods 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
-
self
- Specified by:
selfin classAcknowledgedResponseBase.AbstractBuilder<StartIlmResponse.Builder>
-
build
Builds aStartIlmResponse.- Specified by:
buildin interfaceObjectBuilder<StartIlmResponse>- Throws:
NullPointerException- if some of the required fields are null.
-