public static class ResourceCapacityTrendAggregation.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
ResourceCapacityTrendAggregation.Builder |
baseCapacity(Double baseCapacity)
The base allocated amount of the resource metric type (CPU, STORAGE) for a set of
databases.
|
ResourceCapacityTrendAggregation |
build() |
ResourceCapacityTrendAggregation.Builder |
capacity(Double capacity)
The maximum allocated amount of the resource metric type (CPU, STORAGE) for a set of
databases.
|
ResourceCapacityTrendAggregation.Builder |
copy(ResourceCapacityTrendAggregation model) |
ResourceCapacityTrendAggregation.Builder |
endTimestamp(Date endTimestamp)
The timestamp in which the current sampling period ends in RFC 3339 format.
|
ResourceCapacityTrendAggregation.Builder |
totalHostCapacity(Double totalHostCapacity)
The maximum host CPUs (cores x threads/core) on the underlying infrastructure.
|
public ResourceCapacityTrendAggregation.Builder endTimestamp(Date endTimestamp)
The timestamp in which the current sampling period ends in RFC 3339 format.
endTimestamp
- the value to setpublic ResourceCapacityTrendAggregation.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 ResourceCapacityTrendAggregation.Builder baseCapacity(Double baseCapacity)
The base allocated amount of the resource metric type (CPU, STORAGE) for a set of databases.
baseCapacity
- the value to setpublic ResourceCapacityTrendAggregation.Builder totalHostCapacity(Double totalHostCapacity)
The maximum host CPUs (cores x threads/core) on the underlying infrastructure. This only applies to CPU and does not not apply for Autonomous Databases.
totalHostCapacity
- the value to setpublic ResourceCapacityTrendAggregation build()
public ResourceCapacityTrendAggregation.Builder copy(ResourceCapacityTrendAggregation model)
Copyright © 2016–2024. All rights reserved.