Class UnfreezeResponse.Builder
java.lang.Object
co.elastic.clients.util.ObjectBuilderBase
co.elastic.clients.util.WithJsonObjectBuilderBase<UnfreezeResponse.Builder>
co.elastic.clients.elasticsearch.indices.UnfreezeResponse.Builder
- All Implemented Interfaces:
WithJson<UnfreezeResponse.Builder>,ObjectBuilder<UnfreezeResponse>
- Enclosing class:
- UnfreezeResponse
public static class UnfreezeResponse.Builder extends WithJsonObjectBuilderBase<UnfreezeResponse.Builder> implements ObjectBuilder<UnfreezeResponse>
Builder for
UnfreezeResponse.-
Constructor Summary
Constructors Constructor Description Builder() -
Method Summary
Modifier and Type Method Description UnfreezeResponse.Builderacknowledged(boolean value)Required - API name:acknowledgedUnfreezeResponsebuild()Builds aUnfreezeResponse.protected UnfreezeResponse.Builderself()UnfreezeResponse.BuildershardsAcknowledged(boolean value)Required - API name:shards_acknowledgedMethods inherited from class co.elastic.clients.util.WithJsonObjectBuilderBase
withJsonMethods inherited from class co.elastic.clients.util.ObjectBuilderBase
_checkSingleUse, _listAdd, _listAddAll, _mapPut, _mapPutAllMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
acknowledged
Required - API name:acknowledged -
shardsAcknowledged
Required - API name:shards_acknowledged -
self
- Specified by:
selfin classWithJsonObjectBuilderBase<UnfreezeResponse.Builder>
-
build
Builds aUnfreezeResponse.- Specified by:
buildin interfaceObjectBuilder<UnfreezeResponse>- Throws:
java.lang.NullPointerException- if some of the required fields are null.
-