Class CatalogPeerWithDedicatedInfra.Builder
- java.lang.Object
- 
- com.oracle.bmc.distributeddatabase.model.CatalogPeerWithDedicatedInfra.Builder
 
- 
- Enclosing class:
- CatalogPeerWithDedicatedInfra
 
 public static class CatalogPeerWithDedicatedInfra.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method Summary
 
- 
- 
- 
Method Detail- 
cloudAutonomousVmClusterIdpublic CatalogPeerWithDedicatedInfra.Builder cloudAutonomousVmClusterId(String cloudAutonomousVmClusterId) The OCID of the cloudAutonomousVmCluster.- Parameters:
- cloudAutonomousVmClusterId- the value to set
- Returns:
- this builder
 
 - 
shardGrouppublic CatalogPeerWithDedicatedInfra.Builder shardGroup(String shardGroup) The name of the shardGroup for the peer.- Parameters:
- shardGroup- the value to set
- Returns:
- this builder
 
 - 
statuspublic CatalogPeerWithDedicatedInfra.Builder status(CatalogPeerWithDedicatedInfra.Status status) Status of catalog with dedicated infrastructure for the Globally distributed autonomous database.- Parameters:
- status- the value to set
- Returns:
- this builder
 
 - 
supportingResourceIdpublic CatalogPeerWithDedicatedInfra.Builder supportingResourceId(String supportingResourceId) the identifier of the underlying supporting resource.- Parameters:
- supportingResourceId- the value to set
- Returns:
- this builder
 
 - 
containerDatabaseIdpublic CatalogPeerWithDedicatedInfra.Builder containerDatabaseId(String containerDatabaseId) the identifier of the container database for underlying supporting resource.- Parameters:
- containerDatabaseId- the value to set
- Returns:
- this builder
 
 - 
timeCreatedpublic CatalogPeerWithDedicatedInfra.Builder timeCreated(Date timeCreated) The time the catalog peer was created.An RFC3339 formatted datetime string - Parameters:
- timeCreated- the value to set
- Returns:
- this builder
 
 - 
timeUpdatedpublic CatalogPeerWithDedicatedInfra.Builder timeUpdated(Date timeUpdated) The time the catalog peer was last updated.An RFC3339 formatted datetime string - Parameters:
- timeUpdated- the value to set
- Returns:
- this builder
 
 - 
metadatapublic CatalogPeerWithDedicatedInfra.Builder metadata(DistributedAutonomousDbMetadata metadata) 
 - 
buildpublic CatalogPeerWithDedicatedInfra build() 
 - 
copypublic CatalogPeerWithDedicatedInfra.Builder copy(CatalogPeerWithDedicatedInfra model) 
 
- 
 
-