Package com.oracle.bmc.opsi.model
Class TablespaceUsageTrend.Builder
- java.lang.Object
- 
- com.oracle.bmc.opsi.model.TablespaceUsageTrend.Builder
 
- 
- Enclosing class:
- TablespaceUsageTrend
 
 public static class TablespaceUsageTrend.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description TablespaceUsageTrendbuild()TablespaceUsageTrend.Buildercapacity(Double capacity)The maximum allocated amount of the resource metric type (CPU, STORAGE) for a set of databases.TablespaceUsageTrend.Buildercopy(TablespaceUsageTrend model)TablespaceUsageTrend.BuilderendTimestamp(Date endTimestamp)The timestamp in which the current sampling period ends in RFC 3339 format.TablespaceUsageTrend.Builderusage(Double usage)Total amount used of the resource metric type (CPU, STORAGE).
 
- 
- 
- 
Method Detail- 
endTimestamppublic TablespaceUsageTrend.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
 
 - 
usagepublic TablespaceUsageTrend.Builder usage(Double usage) Total amount used of the resource metric type (CPU, STORAGE).- Parameters:
- usage- the value to set
- Returns:
- this builder
 
 - 
capacitypublic TablespaceUsageTrend.Builder capacity(Double capacity) The maximum allocated amount of the resource metric type (CPU, STORAGE) for a set of databases.- Parameters:
- capacity- the value to set
- Returns:
- this builder
 
 - 
buildpublic TablespaceUsageTrend build() 
 - 
copypublic TablespaceUsageTrend.Builder copy(TablespaceUsageTrend model) 
 
- 
 
-