Package com.oracle.bmc.dblm.model
Class ChildPdb.Builder
- java.lang.Object
-
- com.oracle.bmc.dblm.model.ChildPdb.Builder
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ChildPdb
build()
ChildPdb.Builder
copy(ChildPdb model)
ChildPdb.Builder
lastChangedBy(String lastChangedBy)
Last changed byChildPdb.Builder
name(String name)
Name fo the pluggable database.ChildPdb.Builder
openMode(String openMode)
Open modeChildPdb.Builder
pdbId(String pdbId)
Identifier for the pluggable database.ChildPdb.Builder
recoveryStatus(String recoveryStatus)
Recovery statusChildPdb.Builder
restricted(String restricted)
Restricted
-
-
-
Method Detail
-
pdbId
public ChildPdb.Builder pdbId(String pdbId)
Identifier for the pluggable database.- Parameters:
pdbId
- the value to set- Returns:
- this builder
-
name
public ChildPdb.Builder name(String name)
Name fo the pluggable database.- Parameters:
name
- the value to set- Returns:
- this builder
-
openMode
public ChildPdb.Builder openMode(String openMode)
Open mode- Parameters:
openMode
- the value to set- Returns:
- this builder
-
restricted
public ChildPdb.Builder restricted(String restricted)
Restricted- Parameters:
restricted
- the value to set- Returns:
- this builder
-
recoveryStatus
public ChildPdb.Builder recoveryStatus(String recoveryStatus)
Recovery status- Parameters:
recoveryStatus
- the value to set- Returns:
- this builder
-
lastChangedBy
public ChildPdb.Builder lastChangedBy(String lastChangedBy)
Last changed by- Parameters:
lastChangedBy
- the value to set- Returns:
- this builder
-
build
public ChildPdb build()
-
copy
public ChildPdb.Builder copy(ChildPdb model)
-
-