Class FrozenIndices.Builder
java.lang.Object
co.elastic.clients.util.ObjectBuilderBase
co.elastic.clients.util.WithJsonObjectBuilderBase<BuilderT>
co.elastic.clients.elasticsearch.xpack.usage.Base.AbstractBuilder<FrozenIndices.Builder>
co.elastic.clients.elasticsearch.xpack.usage.FrozenIndices.Builder
- All Implemented Interfaces:
WithJson<FrozenIndices.Builder>,ObjectBuilder<FrozenIndices>
- Enclosing class:
- FrozenIndices
public static class FrozenIndices.Builder extends Base.AbstractBuilder<FrozenIndices.Builder> implements ObjectBuilder<FrozenIndices>
Builder for
FrozenIndices.-
Constructor Summary
Constructors Constructor Description Builder() -
Method Summary
Modifier and Type Method Description FrozenIndicesbuild()Builds aFrozenIndices.FrozenIndices.BuilderindicesCount(long value)Required - API name:indices_countprotected FrozenIndices.Builderself()Methods inherited from class co.elastic.clients.elasticsearch.xpack.usage.Base.AbstractBuilder
available, enabledMethods 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
-
indicesCount
Required - API name:indices_count -
self
- Specified by:
selfin classBase.AbstractBuilder<FrozenIndices.Builder>
-
build
Builds aFrozenIndices.- Specified by:
buildin interfaceObjectBuilder<FrozenIndices>- Throws:
java.lang.NullPointerException- if some of the required fields are null.
-