Class TableStatisticSummary.Builder
- java.lang.Object
-
- com.oracle.bmc.databasemanagement.model.TableStatisticSummary.Builder
-
- Enclosing class:
- TableStatisticSummary
public static class TableStatisticSummary.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TableStatisticSummary
build()
TableStatisticSummary.Builder
copy(TableStatisticSummary model)
TableStatisticSummary.Builder
count(Integer count)
The number of objects aggregated by status category.TableStatisticSummary.Builder
percentage(Double percentage)
The percentage of objects with a particular status.TableStatisticSummary.Builder
type(TableStatisticsStatusCategory type)
The valid status categories of table statistics.
-
-
-
Method Detail
-
type
public TableStatisticSummary.Builder type(TableStatisticsStatusCategory type)
The valid status categories of table statistics.- Parameters:
type
- the value to set- Returns:
- this builder
-
count
public TableStatisticSummary.Builder count(Integer count)
The number of objects aggregated by status category.- Parameters:
count
- the value to set- Returns:
- this builder
-
percentage
public TableStatisticSummary.Builder percentage(Double percentage)
The percentage of objects with a particular status.- Parameters:
percentage
- the value to set- Returns:
- this builder
-
build
public TableStatisticSummary build()
-
copy
public TableStatisticSummary.Builder copy(TableStatisticSummary model)
-
-