public static class DBExternalProperties.Builder extends Object
Constructor and Description |
---|
Builder() |
public DBExternalProperties.Builder timeCollected(Date timeCollected)
public DBExternalProperties.Builder name(String name)
Name of the database.
name
- the value to setpublic DBExternalProperties.Builder logMode(String logMode)
Archive log mode.
logMode
- the value to setpublic DBExternalProperties.Builder cdb(String cdb)
Indicates if it is a CDB or not. This would be ‘yes’ or ‘no’.
cdb
- the value to setpublic DBExternalProperties.Builder openMode(String openMode)
Open mode information.
openMode
- the value to setpublic DBExternalProperties.Builder databaseRole(String databaseRole)
Current role of the database.
databaseRole
- the value to setpublic DBExternalProperties.Builder guardStatus(String guardStatus)
Data protection policy.
guardStatus
- the value to setpublic DBExternalProperties.Builder platformName(String platformName)
Platform name of the database, OS with architecture.
platformName
- the value to setpublic DBExternalProperties.Builder controlFileType(String controlFileType)
Type of control file.
controlFileType
- the value to setpublic DBExternalProperties.Builder switchoverStatus(String switchoverStatus)
Indicates whether switchover is allowed.
switchoverStatus
- the value to setpublic DBExternalProperties.Builder created(Date created)
Creation time.
created
- the value to setpublic DBExternalProperties build()
public DBExternalProperties.Builder copy(DBExternalProperties model)
Copyright © 2016–2024. All rights reserved.