Package com.oracle.bmc.database.model
Class DbSystemStoragePerformanceSummary.Builder
- java.lang.Object
-
- com.oracle.bmc.database.model.DbSystemStoragePerformanceSummary.Builder
-
- Enclosing class:
- DbSystemStoragePerformanceSummary
public static class DbSystemStoragePerformanceSummary.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DbSystemStoragePerformanceSummary
build()
DbSystemStoragePerformanceSummary.Builder
copy(DbSystemStoragePerformanceSummary model)
DbSystemStoragePerformanceSummary.Builder
dataStoragePerformanceList(List<StoragePerformanceDetails> dataStoragePerformanceList)
List of storage performance for the DATA disksDbSystemStoragePerformanceSummary.Builder
recoStoragePerformanceList(List<StoragePerformanceDetails> recoStoragePerformanceList)
List of storage performance for the RECO disksDbSystemStoragePerformanceSummary.Builder
shapeType(DbSystemStoragePerformanceSummary.ShapeType shapeType)
ShapeType of the DbSystems INTEL , AMD, INTEL_FLEX_X9 or AMPERE_FLEX_A1
-
-
-
Method Detail
-
shapeType
public DbSystemStoragePerformanceSummary.Builder shapeType(DbSystemStoragePerformanceSummary.ShapeType shapeType)
ShapeType of the DbSystems INTEL , AMD, INTEL_FLEX_X9 or AMPERE_FLEX_A1- Parameters:
shapeType
- the value to set- Returns:
- this builder
-
dataStoragePerformanceList
public DbSystemStoragePerformanceSummary.Builder dataStoragePerformanceList(List<StoragePerformanceDetails> dataStoragePerformanceList)
List of storage performance for the DATA disks- Parameters:
dataStoragePerformanceList
- the value to set- Returns:
- this builder
-
recoStoragePerformanceList
public DbSystemStoragePerformanceSummary.Builder recoStoragePerformanceList(List<StoragePerformanceDetails> recoStoragePerformanceList)
List of storage performance for the RECO disks- Parameters:
recoStoragePerformanceList
- the value to set- Returns:
- this builder
-
build
public DbSystemStoragePerformanceSummary build()
-
copy
public DbSystemStoragePerformanceSummary.Builder copy(DbSystemStoragePerformanceSummary model)
-
-