Package com.oracle.bmc.database.model
Class KeyStoreAssociatedDatabaseDetails.Builder
- java.lang.Object
-
- com.oracle.bmc.database.model.KeyStoreAssociatedDatabaseDetails.Builder
-
- Enclosing class:
- KeyStoreAssociatedDatabaseDetails
public static class KeyStoreAssociatedDatabaseDetails.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description KeyStoreAssociatedDatabaseDetails
build()
KeyStoreAssociatedDatabaseDetails.Builder
copy(KeyStoreAssociatedDatabaseDetails model)
KeyStoreAssociatedDatabaseDetails.Builder
dbName(String dbName)
The name of the database that is associated with the key store.KeyStoreAssociatedDatabaseDetails.Builder
id(String id)
The database OCID.
-
-
-
Method Detail
-
id
public KeyStoreAssociatedDatabaseDetails.Builder id(String id)
The database OCID.- Parameters:
id
- the value to set- Returns:
- this builder
-
dbName
public KeyStoreAssociatedDatabaseDetails.Builder dbName(String dbName)
The name of the database that is associated with the key store.- Parameters:
dbName
- the value to set- Returns:
- this builder
-
build
public KeyStoreAssociatedDatabaseDetails build()
-
copy
public KeyStoreAssociatedDatabaseDetails.Builder copy(KeyStoreAssociatedDatabaseDetails model)
-
-