public static final class DiskSpaceHealthCheck.Builder extends Object implements Builder<DiskSpaceHealthCheck>
DiskSpaceHealthCheck.| Modifier and Type | Method and Description |
|---|---|
DiskSpaceHealthCheck |
build()
Build the instance from this builder.
|
DiskSpaceHealthCheck.Builder |
path(Path path)
Path on the file system to find a file system.
|
DiskSpaceHealthCheck.Builder |
path(String path)
Path on the file system to find a file system.
|
DiskSpaceHealthCheck.Builder |
thresholdPercent(double threshold)
Threshold percent.
|
public DiskSpaceHealthCheck build()
Builderbuild in interface Builder<DiskSpaceHealthCheck>public DiskSpaceHealthCheck.Builder path(String path)
path - path to usepath(java.nio.file.Path)public DiskSpaceHealthCheck.Builder path(Path path)
path - path to usepublic DiskSpaceHealthCheck.Builder thresholdPercent(double threshold)
threshold - percentageCopyright © 2018, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.