public static class MySqlFleetMetrics.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
MySqlFleetMetrics |
build() |
MySqlFleetMetrics.Builder |
copy(MySqlFleetMetrics model) |
MySqlFleetMetrics.Builder |
endTime(String endTime)
The end of the time range during which metric data is retrieved.
|
MySqlFleetMetrics.Builder |
fleetDatabases(List<MySqlDatabaseUsageMetrics> fleetDatabases)
The list of MySQL Databases in the fleet and their usage metrics.
|
MySqlFleetMetrics.Builder |
fleetSummary(List<MySqlFleetSummary> fleetSummary)
A summary of the inventory count and the metrics that describe the aggregated usage of
CPU, storage, and so on of all the MySQL Databases in the fleet.
|
MySqlFleetMetrics.Builder |
startTime(String startTime)
The beginning of the time range during which metric data is retrieved.
|
public MySqlFleetMetrics.Builder startTime(String startTime)
The beginning of the time range during which metric data is retrieved.
startTime
- the value to setpublic MySqlFleetMetrics.Builder endTime(String endTime)
The end of the time range during which metric data is retrieved.
endTime
- the value to setpublic MySqlFleetMetrics.Builder fleetDatabases(List<MySqlDatabaseUsageMetrics> fleetDatabases)
The list of MySQL Databases in the fleet and their usage metrics.
fleetDatabases
- the value to setpublic MySqlFleetMetrics.Builder fleetSummary(List<MySqlFleetSummary> fleetSummary)
A summary of the inventory count and the metrics that describe the aggregated usage of CPU, storage, and so on of all the MySQL Databases in the fleet.
fleetSummary
- the value to setpublic MySqlFleetMetrics build()
public MySqlFleetMetrics.Builder copy(MySqlFleetMetrics model)
Copyright © 2016–2024. All rights reserved.