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 Summary
Constructors Constructor Description Builder()
-
Method Summary
-
-
-
Method Detail
-
timeCollected
public DBExternalProperties.Builder timeCollected(Date timeCollected)
-
name
public DBExternalProperties.Builder name(String name)
Name of the database.- Parameters:
name
- the value to set- Returns:
- this builder
-
logMode
public DBExternalProperties.Builder logMode(String logMode)
Archive log mode.- Parameters:
logMode
- the value to set- Returns:
- this builder
-
cdb
public 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
-
openMode
public DBExternalProperties.Builder openMode(String openMode)
Open mode information.- Parameters:
openMode
- the value to set- Returns:
- this builder
-
databaseRole
public DBExternalProperties.Builder databaseRole(String databaseRole)
Current role of the database.- Parameters:
databaseRole
- the value to set- Returns:
- this builder
-
guardStatus
public DBExternalProperties.Builder guardStatus(String guardStatus)
Data protection policy.- Parameters:
guardStatus
- the value to set- Returns:
- this builder
-
platformName
public DBExternalProperties.Builder platformName(String platformName)
Platform name of the database, OS with architecture.- Parameters:
platformName
- the value to set- Returns:
- this builder
-
controlFileType
public DBExternalProperties.Builder controlFileType(String controlFileType)
Type of control file.- Parameters:
controlFileType
- the value to set- Returns:
- this builder
-
switchoverStatus
public DBExternalProperties.Builder switchoverStatus(String switchoverStatus)
Indicates whether switchover is allowed.- Parameters:
switchoverStatus
- the value to set- Returns:
- this builder
-
created
public DBExternalProperties.Builder created(Date created)
Creation time.- Parameters:
created
- the value to set- Returns:
- this builder
-
build
public DBExternalProperties build()
-
copy
public DBExternalProperties.Builder copy(DBExternalProperties model)
-
-