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 Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DbSystemDetails
build()
DbSystemDetails.Builder
configId(String configId)
OCID of the configuration that was applied on the source dbSystem at the time when backup was taken.DbSystemDetails.Builder
copy(DbSystemDetails model)
DbSystemDetails.Builder
dbVersion(String dbVersion)
The major and minor versions of the database system software.DbSystemDetails.Builder
systemType(DbSystem.SystemType systemType)
Type of the database system.
-
-
-
Method Detail
-
systemType
public DbSystemDetails.Builder systemType(DbSystem.SystemType systemType)
Type of the database system.- Parameters:
systemType
- the value to set- Returns:
- this builder
-
dbVersion
public DbSystemDetails.Builder dbVersion(String dbVersion)
The major and minor versions of the database system software.- Parameters:
dbVersion
- the value to set- Returns:
- this builder
-
configId
public 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
-
build
public DbSystemDetails build()
-
copy
public DbSystemDetails.Builder copy(DbSystemDetails model)
-
-