Class FileCountSnapshotStats.Builder
java.lang.Object
co.elastic.clients.elasticsearch.snapshot.FileCountSnapshotStats.Builder
- All Implemented Interfaces:
ObjectBuilder<FileCountSnapshotStats>
- Enclosing class:
- FileCountSnapshotStats
public static class FileCountSnapshotStats.Builder extends java.lang.Object implements ObjectBuilder<FileCountSnapshotStats>
Builder for
FileCountSnapshotStats.-
Constructor Summary
Constructors Constructor Description Builder() -
Method Summary
Modifier and Type Method Description FileCountSnapshotStatsbuild()Builds aFileCountSnapshotStats.FileCountSnapshotStats.BuilderfileCount(int value)API name:file_countFileCountSnapshotStats.BuildersizeInBytes(long value)API name:size_in_bytesMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
fileCount
API name:file_count -
sizeInBytes
API name:size_in_bytes -
build
Builds aFileCountSnapshotStats.- Specified by:
buildin interfaceObjectBuilder<FileCountSnapshotStats>- Throws:
java.lang.NullPointerException- if some of the required fields are null.
-