public static class HeatWaveFleetMetrics.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
HeatWaveFleetMetrics |
build() |
HeatWaveFleetMetrics.Builder |
copy(HeatWaveFleetMetrics model) |
HeatWaveFleetMetrics.Builder |
endTime(String endTime)
The end of the time range during which metric data is retrieved.
|
HeatWaveFleetMetrics.Builder |
fleetClusters(List<HeatWaveClusterUsageMetrics> fleetClusters)
The list of HeatWave clusters in the fleet and their usage metrics.
|
HeatWaveFleetMetrics.Builder |
fleetSummary(List<HeatWaveFleetSummary> fleetSummary)
The number of HeatWave clusters in the fleet and a summary of the metrics that provide
the aggregated usage of CPU, storage, and so on of all the clusters.
|
HeatWaveFleetMetrics.Builder |
startTime(String startTime)
The beginning of the time range during which metric data is retrieved.
|
public HeatWaveFleetMetrics.Builder startTime(String startTime)
The beginning of the time range during which metric data is retrieved.
startTime
- the value to setpublic HeatWaveFleetMetrics.Builder endTime(String endTime)
The end of the time range during which metric data is retrieved.
endTime
- the value to setpublic HeatWaveFleetMetrics.Builder fleetClusters(List<HeatWaveClusterUsageMetrics> fleetClusters)
The list of HeatWave clusters in the fleet and their usage metrics.
fleetClusters
- the value to setpublic HeatWaveFleetMetrics.Builder fleetSummary(List<HeatWaveFleetSummary> fleetSummary)
The number of HeatWave clusters in the fleet and a summary of the metrics that provide the aggregated usage of CPU, storage, and so on of all the clusters.
fleetSummary
- the value to setpublic HeatWaveFleetMetrics build()
public HeatWaveFleetMetrics.Builder copy(HeatWaveFleetMetrics model)
Copyright © 2016–2024. All rights reserved.