Class FileSystemTotal.Builder
java.lang.Object
co.elastic.clients.elasticsearch.nodes.FileSystemTotal.Builder
- All Implemented Interfaces:
ObjectBuilder<FileSystemTotal>
- Enclosing class:
- FileSystemTotal
public static class FileSystemTotal.Builder extends java.lang.Object implements ObjectBuilder<FileSystemTotal>
Builder for
FileSystemTotal.-
Constructor Summary
Constructors Constructor Description Builder() -
Method Summary
Modifier and Type Method Description FileSystemTotal.Builderavailable(java.lang.String value)Required - API name:availableFileSystemTotal.BuilderavailableInBytes(long value)Required - API name:available_in_bytesFileSystemTotalbuild()Builds aFileSystemTotal.FileSystemTotal.Builderfree(java.lang.String value)Required - API name:freeFileSystemTotal.BuilderfreeInBytes(long value)Required - API name:free_in_bytesFileSystemTotal.Buildertotal(java.lang.String value)Required - API name:totalFileSystemTotal.BuildertotalInBytes(long value)Required - API name:total_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
-
available
Required - API name:available -
availableInBytes
Required - API name:available_in_bytes -
free
Required - API name:free -
freeInBytes
Required - API name:free_in_bytes -
total
Required - API name:total -
totalInBytes
Required - API name:total_in_bytes -
build
Builds aFileSystemTotal.- Specified by:
buildin interfaceObjectBuilder<FileSystemTotal>- Throws:
java.lang.NullPointerException- if some of the required fields are null.
-