public static final class NodeFileSystemProperties.Builder
extends java.lang.Object
NodeFileSystemProperties.| Constructor and Description |
|---|
Builder()
Constructor with parameters for the required properties of
NodeFileSystemProperties. |
| Modifier and Type | Method and Description |
|---|---|
NodeFileSystemProperties |
build() |
NodeFileSystemProperties.Builder |
setFileSystem(java.lang.String fileSystem)
File system id
This property may be present in responses from the server, but if it is present
in a request to server it will be ignored.
|
NodeFileSystemProperties.Builder |
setMount(java.lang.String mount)
File system mount
This property may be present in responses from the server, but if it is present
in a request to server it will be ignored.
|
NodeFileSystemProperties.Builder |
setTotal(java.lang.Long total)
File system size in kilobytes format: int64
This property may be present in responses from the server, but if it is present
in a request to server it will be ignored.
|
NodeFileSystemProperties.Builder |
setType(java.lang.String type)
File system type
This property may be present in responses from the server, but if it is present
in a request to server it will be ignored.
|
NodeFileSystemProperties.Builder |
setUsed(java.lang.Long used)
Amount of file system used in kilobytes format: int64
This property may be present in responses from the server, but if it is present
in a request to server it will be ignored.
|
public Builder()
NodeFileSystemProperties.public NodeFileSystemProperties.Builder setFileSystem(java.lang.String fileSystem)
fileSystem - New value for the property.public NodeFileSystemProperties.Builder setMount(java.lang.String mount)
mount - New value for the property.public NodeFileSystemProperties.Builder setTotal(java.lang.Long total)
total - New value for the property.public NodeFileSystemProperties.Builder setType(java.lang.String type)
type - New value for the property.public NodeFileSystemProperties.Builder setUsed(java.lang.Long used)
used - New value for the property.public NodeFileSystemProperties build()