Class MySqlFleetMetrics.Builder
- java.lang.Object
- 
- com.oracle.bmc.databasemanagement.model.MySqlFleetMetrics.Builder
 
- 
- Enclosing class:
- MySqlFleetMetrics
 
 public static class MySqlFleetMetrics.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description MySqlFleetMetricsbuild()MySqlFleetMetrics.Buildercopy(MySqlFleetMetrics model)MySqlFleetMetrics.BuilderendTime(String endTime)The end of the time range during which metric data is retrieved.MySqlFleetMetrics.BuilderfleetDatabases(List<MySqlDatabaseUsageMetrics> fleetDatabases)The list of MySQL Databases in the fleet and their usage metrics.MySqlFleetMetrics.BuilderfleetSummary(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.BuilderstartTime(String startTime)The beginning of the time range during which metric data is retrieved.
 
- 
- 
- 
Method Detail- 
startTimepublic 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
 
 - 
endTimepublic 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
 
 - 
fleetDatabasespublic 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
 
 - 
fleetSummarypublic 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
 
 - 
buildpublic MySqlFleetMetrics build() 
 - 
copypublic MySqlFleetMetrics.Builder copy(MySqlFleetMetrics model) 
 
- 
 
-