Class RealmCache.Builder
java.lang.Object
co.elastic.clients.util.ObjectBuilderBase
co.elastic.clients.elasticsearch.xpack.usage.RealmCache.Builder
- All Implemented Interfaces:
ObjectBuilder<RealmCache>
- Enclosing class:
- RealmCache
public static class RealmCache.Builder extends ObjectBuilderBase implements ObjectBuilder<RealmCache>
Builder for
RealmCache.-
Constructor Summary
Constructors Constructor Description Builder() -
Method Summary
Modifier and Type Method Description RealmCachebuild()Builds aRealmCache.RealmCache.Buildersize(long value)Required - API name:sizeMethods 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
-
size
Required - API name:size -
build
Builds aRealmCache.- Specified by:
buildin interfaceObjectBuilder<RealmCache>- Throws:
java.lang.NullPointerException- if some of the required fields are null.
-