Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
ChildPdb |
build() |
ChildPdb.Builder |
copy(ChildPdb model) |
ChildPdb.Builder |
lastChangedBy(String lastChangedBy)
Last changed by
|
ChildPdb.Builder |
name(String name)
Name fo the pluggable database.
|
ChildPdb.Builder |
openMode(String openMode)
Open mode
|
ChildPdb.Builder |
pdbId(String pdbId)
Identifier for the pluggable database.
|
ChildPdb.Builder |
recoveryStatus(String recoveryStatus)
Recovery status
|
ChildPdb.Builder |
restricted(String restricted)
Restricted
|
public ChildPdb.Builder pdbId(String pdbId)
Identifier for the pluggable database.
pdbId
- the value to setpublic ChildPdb.Builder name(String name)
Name fo the pluggable database.
name
- the value to setpublic ChildPdb.Builder openMode(String openMode)
Open mode
openMode
- the value to setpublic ChildPdb.Builder restricted(String restricted)
Restricted
restricted
- the value to setpublic ChildPdb.Builder recoveryStatus(String recoveryStatus)
Recovery status
recoveryStatus
- the value to setpublic ChildPdb.Builder lastChangedBy(String lastChangedBy)
Last changed by
lastChangedBy
- the value to setpublic ChildPdb build()
public ChildPdb.Builder copy(ChildPdb model)
Copyright © 2016–2025. All rights reserved.