Package com.oracle.bmc.opsi.model
Class StorageUsageTrend.Builder
- java.lang.Object
-
- com.oracle.bmc.opsi.model.StorageUsageTrend.Builder
-
- Enclosing class:
- StorageUsageTrend
public static class StorageUsageTrend.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StorageUsageTrend
build()
StorageUsageTrend.Builder
copy(StorageUsageTrend model)
StorageUsageTrend.Builder
endTimestamp(Date endTimestamp)
The timestamp in which the current sampling period ends in RFC 3339 format.StorageUsageTrend.Builder
fileSystemAvailInPercent(Double fileSystemAvailInPercent)
Filesystem available in percent.StorageUsageTrend.Builder
fileSystemUsageInGBs(Double fileSystemUsageInGBs)
Filesystem usage in GB.
-
-
-
Method Detail
-
endTimestamp
public StorageUsageTrend.Builder endTimestamp(Date endTimestamp)
The timestamp in which the current sampling period ends in RFC 3339 format.- Parameters:
endTimestamp
- the value to set- Returns:
- this builder
-
fileSystemUsageInGBs
public StorageUsageTrend.Builder fileSystemUsageInGBs(Double fileSystemUsageInGBs)
Filesystem usage in GB.- Parameters:
fileSystemUsageInGBs
- the value to set- Returns:
- this builder
-
fileSystemAvailInPercent
public StorageUsageTrend.Builder fileSystemAvailInPercent(Double fileSystemAvailInPercent)
Filesystem available in percent.- Parameters:
fileSystemAvailInPercent
- the value to set- Returns:
- this builder
-
build
public StorageUsageTrend build()
-
copy
public StorageUsageTrend.Builder copy(StorageUsageTrend model)
-
-