public static class AssociatedDatabaseDetails.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
AssociatedDatabaseDetails |
build() |
AssociatedDatabaseDetails.Builder |
copy(AssociatedDatabaseDetails model) |
AssociatedDatabaseDetails.Builder |
dbName(String dbName)
The display name of the database that is associated with the backup destination.
|
AssociatedDatabaseDetails.Builder |
id(String id)
The database
OCID.
|
public AssociatedDatabaseDetails.Builder id(String id)
The database OCID.
id
- the value to setpublic AssociatedDatabaseDetails.Builder dbName(String dbName)
The display name of the database that is associated with the backup destination.
dbName
- the value to setpublic AssociatedDatabaseDetails build()
public AssociatedDatabaseDetails.Builder copy(AssociatedDatabaseDetails model)
Copyright © 2016–2024. All rights reserved.