public static class FleetSummary.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
FleetSummary.Builder |
aggregatedMetrics(List<FleetMetricSummaryDefinition> aggregatedMetrics)
A list of databases present in the fleet and their usage metrics.
|
FleetSummary |
build() |
FleetSummary.Builder |
copy(FleetSummary model) |
FleetSummary.Builder |
inventory(List<FleetStatusByCategory> inventory)
A list of the databases in the fleet, grouped by database type and subtype.
|
public FleetSummary.Builder aggregatedMetrics(List<FleetMetricSummaryDefinition> aggregatedMetrics)
A list of databases present in the fleet and their usage metrics.
aggregatedMetrics
- the value to setpublic FleetSummary.Builder inventory(List<FleetStatusByCategory> inventory)
A list of the databases in the fleet, grouped by database type and subtype.
inventory
- the value to setpublic FleetSummary build()
public FleetSummary.Builder copy(FleetSummary model)
Copyright © 2016–2024. All rights reserved.