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).
|
ResourceCapacityTrendAggregation |
build() |
ResourceCapacityTrendAggregation.Builder |
capacity(Double capacity)
The maximum allocated amount of the resource metric type (CPU, STORAGE).
|
ResourceCapacityTrendAggregation.Builder |
copy(ResourceCapacityTrendAggregation o) |
ResourceCapacityTrendAggregation.Builder |
endTimestamp(Date endTimestamp)
The timestamp in which the current sampling period ends in RFC 3339 format.
|
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).
capacity
- the value to setpublic ResourceCapacityTrendAggregation.Builder baseCapacity(Double baseCapacity)
The base allocated amount of the resource metric type (CPU, STORAGE).
baseCapacity
- the value to setpublic ResourceCapacityTrendAggregation build()
public ResourceCapacityTrendAggregation.Builder copy(ResourceCapacityTrendAggregation o)
Copyright © 2016–2022. All rights reserved.