Package com.oracle.bmc.psql.model
Class DbSystemDetails.Builder
- java.lang.Object
- 
- com.oracle.bmc.psql.model.DbSystemDetails.Builder
 
- 
- Enclosing class:
- DbSystemDetails
 
 public static class DbSystemDetails.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description DbSystemDetailsbuild()DbSystemDetails.BuilderconfigId(String configId)OCID of the configuration that was applied on the source dbSystem at the time when backup was taken.DbSystemDetails.Buildercopy(DbSystemDetails model)DbSystemDetails.BuilderdbVersion(String dbVersion)The major and minor versions of the database system software.DbSystemDetails.BuildersystemType(DbSystem.SystemType systemType)Type of the database system.
 
- 
- 
- 
Method Detail- 
systemTypepublic DbSystemDetails.Builder systemType(DbSystem.SystemType systemType) Type of the database system.- Parameters:
- systemType- the value to set
- Returns:
- this builder
 
 - 
dbVersionpublic DbSystemDetails.Builder dbVersion(String dbVersion) The major and minor versions of the database system software.- Parameters:
- dbVersion- the value to set
- Returns:
- this builder
 
 - 
configIdpublic DbSystemDetails.Builder configId(String configId) OCID of the configuration that was applied on the source dbSystem at the time when backup was taken.- Parameters:
- configId- the value to set
- Returns:
- this builder
 
 - 
buildpublic DbSystemDetails build() 
 - 
copypublic DbSystemDetails.Builder copy(DbSystemDetails model) 
 
- 
 
-