Class MySqlFleetMetrics.Builder
- java.lang.Object
-
- com.oracle.bmc.databasemanagement.model.MySqlFleetMetrics.Builder
-
- Enclosing class:
- MySqlFleetMetrics
public static class MySqlFleetMetrics.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method 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.
-
-
-
Method Detail
-
startTime
public MySqlFleetMetrics.Builder startTime(String startTime)
The beginning of the time range during which metric data is retrieved.- Parameters:
startTime
- the value to set- Returns:
- this builder
-
endTime
public MySqlFleetMetrics.Builder endTime(String endTime)
The end of the time range during which metric data is retrieved.- Parameters:
endTime
- the value to set- Returns:
- this builder
-
fleetDatabases
public MySqlFleetMetrics.Builder fleetDatabases(List<MySqlDatabaseUsageMetrics> fleetDatabases)
The list of MySQL Databases in the fleet and their usage metrics.- Parameters:
fleetDatabases
- the value to set- Returns:
- this builder
-
fleetSummary
public 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.- Parameters:
fleetSummary
- the value to set- Returns:
- this builder
-
build
public MySqlFleetMetrics build()
-
copy
public MySqlFleetMetrics.Builder copy(MySqlFleetMetrics model)
-
-