Class DistributedDatabaseCatalogWithExadbXs.Builder
- java.lang.Object
-
- com.oracle.bmc.distributeddatabase.model.DistributedDatabaseCatalogWithExadbXs.Builder
-
- Enclosing class:
- DistributedDatabaseCatalogWithExadbXs
public static class DistributedDatabaseCatalogWithExadbXs.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
-
-
-
Method Detail
-
name
public DistributedDatabaseCatalogWithExadbXs.Builder name(String name)
-
timeCreated
public DistributedDatabaseCatalogWithExadbXs.Builder timeCreated(Date timeCreated)
-
timeUpdated
public DistributedDatabaseCatalogWithExadbXs.Builder timeUpdated(Date timeUpdated)
-
dbHomeId
public DistributedDatabaseCatalogWithExadbXs.Builder dbHomeId(String dbHomeId)
The OCID of the Database Home.- Parameters:
dbHomeId
- the value to set- Returns:
- this builder
-
shardGroup
public DistributedDatabaseCatalogWithExadbXs.Builder shardGroup(String shardGroup)
The name of the shardGroup for the catalog.- Parameters:
shardGroup
- the value to set- Returns:
- this builder
-
vmClusterId
public DistributedDatabaseCatalogWithExadbXs.Builder vmClusterId(String vmClusterId)
The OCID of the VmCluster.- Parameters:
vmClusterId
- the value to set- Returns:
- this builder
-
vaultId
public DistributedDatabaseCatalogWithExadbXs.Builder vaultId(String vaultId)
The OCID of the Oracle Cloud Infrastructure vault.This parameter and kmsKeyId are required for Customer Managed Keys.
- Parameters:
vaultId
- the value to set- Returns:
- this builder
-
kmsKeyId
public DistributedDatabaseCatalogWithExadbXs.Builder kmsKeyId(String kmsKeyId)
The OCID of the key container that is used as the master encryption key in database transparent data encryption (TDE) operations.- Parameters:
kmsKeyId
- the value to set- Returns:
- this builder
-
kmsKeyVersionId
public DistributedDatabaseCatalogWithExadbXs.Builder kmsKeyVersionId(String kmsKeyVersionId)
The OCID of the key container version that is used in database transparent data encryption (TDE) operations KMS Key can have multiple key versions.- Parameters:
kmsKeyVersionId
- the value to set- Returns:
- this builder
-
status
public DistributedDatabaseCatalogWithExadbXs.Builder status(DistributedDatabaseCatalogWithExadbXs.Status status)
Status of catalog with VmCluster for the Globally ditributed database.- Parameters:
status
- the value to set- Returns:
- this builder
-
supportingResourceId
public DistributedDatabaseCatalogWithExadbXs.Builder supportingResourceId(String supportingResourceId)
the identifier of the underlying supporting resource.- Parameters:
supportingResourceId
- the value to set- Returns:
- this builder
-
containerDatabaseId
public DistributedDatabaseCatalogWithExadbXs.Builder containerDatabaseId(String containerDatabaseId)
the identifier of the container database for underlying supporting resource.- Parameters:
containerDatabaseId
- the value to set- Returns:
- this builder
-
peerDetails
public DistributedDatabaseCatalogWithExadbXs.Builder peerDetails(List<CatalogPeerWithExadbXs> peerDetails)
Peer details for the catalog.- Parameters:
peerDetails
- the value to set- Returns:
- this builder
-
metadata
public DistributedDatabaseCatalogWithExadbXs.Builder metadata(DistributedDbMetadata metadata)
-
build
public DistributedDatabaseCatalogWithExadbXs build()
-
copy
public DistributedDatabaseCatalogWithExadbXs.Builder copy(DistributedDatabaseCatalogWithExadbXs model)
-
-