Class RealmCache.Builder
java.lang.Object
co.elastic.clients.elasticsearch.xpack.usage.RealmCache.Builder
- All Implemented Interfaces:
ObjectBuilder<RealmCache>
- Enclosing class:
- RealmCache
public static class RealmCache.Builder extends java.lang.Object 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)API name:sizeMethods 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
API name:size -
build
Builds aRealmCache.- Specified by:
buildin interfaceObjectBuilder<RealmCache>- Throws:
java.lang.NullPointerException- if some of the required fields are null.
-