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 SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description DbSystemStoragePerformanceSummarybuild()DbSystemStoragePerformanceSummary.BuildercompartmentId(String compartmentId)The OCID of the compartment.DbSystemStoragePerformanceSummary.Buildercopy(DbSystemStoragePerformanceSummary model)DbSystemStoragePerformanceSummary.BuilderdataStoragePerformanceList(List<StoragePerformanceDetails> dataStoragePerformanceList)List of storage performance for the DATA disksDbSystemStoragePerformanceSummary.BuilderrecoStoragePerformanceList(List<StoragePerformanceDetails> recoStoragePerformanceList)List of storage performance for the RECO disksDbSystemStoragePerformanceSummary.BuildershapeType(DbSystemStoragePerformanceSummary.ShapeType shapeType)ShapeType of the DbSystems INTEL , AMD, INTEL_FLEX_X9 or AMPERE_FLEX_A1
 
- 
- 
- 
Method Detail- 
compartmentIdpublic DbSystemStoragePerformanceSummary.Builder compartmentId(String compartmentId) The OCID of the compartment.- Parameters:
- compartmentId- the value to set
- Returns:
- this builder
 
 - 
shapeTypepublic 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
 
 - 
dataStoragePerformanceListpublic DbSystemStoragePerformanceSummary.Builder dataStoragePerformanceList(List<StoragePerformanceDetails> dataStoragePerformanceList) List of storage performance for the DATA disks- Parameters:
- dataStoragePerformanceList- the value to set
- Returns:
- this builder
 
 - 
recoStoragePerformanceListpublic DbSystemStoragePerformanceSummary.Builder recoStoragePerformanceList(List<StoragePerformanceDetails> recoStoragePerformanceList) List of storage performance for the RECO disks- Parameters:
- recoStoragePerformanceList- the value to set
- Returns:
- this builder
 
 - 
buildpublic DbSystemStoragePerformanceSummary build() 
 - 
copypublic DbSystemStoragePerformanceSummary.Builder copy(DbSystemStoragePerformanceSummary model) 
 
- 
 
-