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 Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TablespaceUsageTrend
build()
TablespaceUsageTrend.Builder
capacity(Double capacity)
The maximum allocated amount of the resource metric type (CPU, STORAGE) for a set of databases.TablespaceUsageTrend.Builder
copy(TablespaceUsageTrend model)
TablespaceUsageTrend.Builder
endTimestamp(Date endTimestamp)
The timestamp in which the current sampling period ends in RFC 3339 format.TablespaceUsageTrend.Builder
usage(Double usage)
Total amount used of the resource metric type (CPU, STORAGE).
-
-
-
Method Detail
-
endTimestamp
public 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
-
usage
public TablespaceUsageTrend.Builder usage(Double usage)
Total amount used of the resource metric type (CPU, STORAGE).- Parameters:
usage
- the value to set- Returns:
- this builder
-
capacity
public 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
-
build
public TablespaceUsageTrend build()
-
copy
public TablespaceUsageTrend.Builder copy(TablespaceUsageTrend model)
-
-