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