Package com.oracle.bmc.database.model
Class DbSystemComputePerformanceSummary.Builder
- java.lang.Object
-
- com.oracle.bmc.database.model.DbSystemComputePerformanceSummary.Builder
-
- Enclosing class:
- DbSystemComputePerformanceSummary
public static class DbSystemComputePerformanceSummary.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DbSystemComputePerformanceSummary
build()
DbSystemComputePerformanceSummary.Builder
computePerformanceList(List<ComputePerformanceSummary> computePerformanceList)
List of Compute performance details for the specified DB system shape.DbSystemComputePerformanceSummary.Builder
copy(DbSystemComputePerformanceSummary model)
DbSystemComputePerformanceSummary.Builder
shape(String shape)
The shape of the DB system.
-
-
-
Method Detail
-
shape
public DbSystemComputePerformanceSummary.Builder shape(String shape)
The shape of the DB system.- Parameters:
shape
- the value to set- Returns:
- this builder
-
computePerformanceList
public DbSystemComputePerformanceSummary.Builder computePerformanceList(List<ComputePerformanceSummary> computePerformanceList)
List of Compute performance details for the specified DB system shape.- Parameters:
computePerformanceList
- the value to set- Returns:
- this builder
-
build
public DbSystemComputePerformanceSummary build()
-
copy
public DbSystemComputePerformanceSummary.Builder copy(DbSystemComputePerformanceSummary model)
-
-