public static class TablespaceUsageTrend.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and 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).
|
public TablespaceUsageTrend.Builder endTimestamp(Date endTimestamp)
The timestamp in which the current sampling period ends in RFC 3339 format.
endTimestamp
- the value to setpublic TablespaceUsageTrend.Builder usage(Double usage)
Total amount used of the resource metric type (CPU, STORAGE).
usage
- the value to setpublic TablespaceUsageTrend.Builder capacity(Double capacity)
The maximum allocated amount of the resource metric type (CPU, STORAGE) for a set of databases.
capacity
- the value to setpublic TablespaceUsageTrend build()
public TablespaceUsageTrend.Builder copy(TablespaceUsageTrend model)
Copyright © 2016–2024. All rights reserved.