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 KeyStoreAssociatedDatabaseDetailsbuild()KeyStoreAssociatedDatabaseDetails.Buildercopy(KeyStoreAssociatedDatabaseDetails model)KeyStoreAssociatedDatabaseDetails.BuilderdbName(String dbName)The name of the database that is associated with the key store.KeyStoreAssociatedDatabaseDetails.BuilderdbUniqueName(String dbUniqueName)The unique name of the database that is associated with the key store.KeyStoreAssociatedDatabaseDetails.Builderid(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
 
 
- 
dbUniqueName
public KeyStoreAssociatedDatabaseDetails.Builder dbUniqueName(String dbUniqueName)
The unique name of the database that is associated with the key store.- Parameters:
 dbUniqueName- the value to set- Returns:
 - this builder
 
 
- 
build
public KeyStoreAssociatedDatabaseDetails build()
 
- 
copy
public KeyStoreAssociatedDatabaseDetails.Builder copy(KeyStoreAssociatedDatabaseDetails model)
 
 - 
 
 -