Package com.oracle.bmc.opsi.model
Class DBExternalProperties.Builder
- java.lang.Object
- 
- com.oracle.bmc.opsi.model.DBExternalProperties.Builder
 
- 
- Enclosing class:
- DBExternalProperties
 
 public static class DBExternalProperties.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method Summary
 
- 
- 
- 
Method Detail- 
timeCollectedpublic DBExternalProperties.Builder timeCollected(Date timeCollected) 
 - 
namepublic DBExternalProperties.Builder name(String name) Name of the database.- Parameters:
- name- the value to set
- Returns:
- this builder
 
 - 
logModepublic DBExternalProperties.Builder logMode(String logMode) Archive log mode.- Parameters:
- logMode- the value to set
- Returns:
- this builder
 
 - 
cdbpublic DBExternalProperties.Builder cdb(String cdb) Indicates if it is a CDB or not.This would be ‘yes’ or ‘no’. - Parameters:
- cdb- the value to set
- Returns:
- this builder
 
 - 
openModepublic DBExternalProperties.Builder openMode(String openMode) Open mode information.- Parameters:
- openMode- the value to set
- Returns:
- this builder
 
 - 
databaseRolepublic DBExternalProperties.Builder databaseRole(String databaseRole) Current role of the database.- Parameters:
- databaseRole- the value to set
- Returns:
- this builder
 
 - 
guardStatuspublic DBExternalProperties.Builder guardStatus(String guardStatus) Data protection policy.- Parameters:
- guardStatus- the value to set
- Returns:
- this builder
 
 - 
platformNamepublic DBExternalProperties.Builder platformName(String platformName) Platform name of the database, OS with architecture.- Parameters:
- platformName- the value to set
- Returns:
- this builder
 
 - 
controlFileTypepublic DBExternalProperties.Builder controlFileType(String controlFileType) Type of control file.- Parameters:
- controlFileType- the value to set
- Returns:
- this builder
 
 - 
switchoverStatuspublic DBExternalProperties.Builder switchoverStatus(String switchoverStatus) Indicates whether switchover is allowed.- Parameters:
- switchoverStatus- the value to set
- Returns:
- this builder
 
 - 
createdpublic DBExternalProperties.Builder created(Date created) Creation time.- Parameters:
- created- the value to set
- Returns:
- this builder
 
 - 
buildpublic DBExternalProperties build() 
 - 
copypublic DBExternalProperties.Builder copy(DBExternalProperties model) 
 
- 
 
-