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 SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description StorageUsageTrendbuild()StorageUsageTrend.Buildercopy(StorageUsageTrend model)StorageUsageTrend.BuilderendTimestamp(Date endTimestamp)The timestamp in which the current sampling period ends in RFC 3339 format.StorageUsageTrend.BuilderfileSystemAvailInPercent(Double fileSystemAvailInPercent)Filesystem available in percent.StorageUsageTrend.BuilderfileSystemUsageInGBs(Double fileSystemUsageInGBs)Filesystem usage in GB.
 
- 
- 
- 
Method Detail- 
endTimestamppublic 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
 
 - 
fileSystemUsageInGBspublic StorageUsageTrend.Builder fileSystemUsageInGBs(Double fileSystemUsageInGBs) Filesystem usage in GB.- Parameters:
- fileSystemUsageInGBs- the value to set
- Returns:
- this builder
 
 - 
fileSystemAvailInPercentpublic StorageUsageTrend.Builder fileSystemAvailInPercent(Double fileSystemAvailInPercent) Filesystem available in percent.- Parameters:
- fileSystemAvailInPercent- the value to set
- Returns:
- this builder
 
 - 
buildpublic StorageUsageTrend build() 
 - 
copypublic StorageUsageTrend.Builder copy(StorageUsageTrend model) 
 
- 
 
-