Package com.oracle.bmc.dblm.model
Class ChildPdb.Builder
- java.lang.Object
- 
- com.oracle.bmc.dblm.model.ChildPdb.Builder
 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description ChildPdbbuild()ChildPdb.Buildercopy(ChildPdb model)ChildPdb.BuilderlastChangedBy(String lastChangedBy)Last changed byChildPdb.Buildername(String name)Name fo the pluggable database.ChildPdb.BuilderopenMode(String openMode)Open modeChildPdb.BuilderpdbId(String pdbId)Identifier for the pluggable database.ChildPdb.BuilderrecoveryStatus(String recoveryStatus)Recovery statusChildPdb.Builderrestricted(String restricted)Restricted
 
- 
- 
- 
Method Detail- 
pdbIdpublic ChildPdb.Builder pdbId(String pdbId) Identifier for the pluggable database.- Parameters:
- pdbId- the value to set
- Returns:
- this builder
 
 - 
namepublic ChildPdb.Builder name(String name) Name fo the pluggable database.- Parameters:
- name- the value to set
- Returns:
- this builder
 
 - 
openModepublic ChildPdb.Builder openMode(String openMode) Open mode- Parameters:
- openMode- the value to set
- Returns:
- this builder
 
 - 
restrictedpublic ChildPdb.Builder restricted(String restricted) Restricted- Parameters:
- restricted- the value to set
- Returns:
- this builder
 
 - 
recoveryStatuspublic ChildPdb.Builder recoveryStatus(String recoveryStatus) Recovery status- Parameters:
- recoveryStatus- the value to set
- Returns:
- this builder
 
 - 
lastChangedBypublic ChildPdb.Builder lastChangedBy(String lastChangedBy) Last changed by- Parameters:
- lastChangedBy- the value to set
- Returns:
- this builder
 
 - 
buildpublic ChildPdb build() 
 - 
copypublic ChildPdb.Builder copy(ChildPdb model) 
 
- 
 
-