Class FileCountSnapshotStats.Builder
java.lang.Object
org.opensearch.client.opensearch.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.-
Nested Class Summary
Nested classes/interfaces inherited from interface org.opensearch.client.util.ObjectBuilder
ObjectBuilder.Constant<V> -
Constructor Summary
Constructors Constructor Description Builder() -
Method Summary
Modifier and Type Method Description FileCountSnapshotStatsbuild()Builds aFileCountSnapshotStats.FileCountSnapshotStats.BuilderfileCount(java.lang.Number value)API name:file_countFileCountSnapshotStats.BuildersizeInBytes(java.lang.Number value)API name:size_in_bytes
-
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.
-