Class ShardPeerWithExadbXs.Builder
- java.lang.Object
- 
- com.oracle.bmc.distributeddatabase.model.ShardPeerWithExadbXs.Builder
 
- 
- Enclosing class:
- ShardPeerWithExadbXs
 
 public static class ShardPeerWithExadbXs.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description ShardPeerWithExadbXsbuild()ShardPeerWithExadbXs.BuildercontainerDatabaseId(String containerDatabaseId)the identifier of the container database for underlying supporting resource.ShardPeerWithExadbXs.Buildercopy(ShardPeerWithExadbXs model)ShardPeerWithExadbXs.Buildermetadata(DistributedDbMetadata metadata)ShardPeerWithExadbXs.BuildershardGroup(String shardGroup)The name of the shardGroup for the peer.ShardPeerWithExadbXs.Builderstatus(ShardPeerWithExadbXs.Status status)Status of catalog with VmCluster for the Globally ditributed database.ShardPeerWithExadbXs.BuildersupportingResourceId(String supportingResourceId)the identifier of the underlying supporting resource.ShardPeerWithExadbXs.BuildertimeCreated(Date timeCreated)The time the shard peer was created.ShardPeerWithExadbXs.BuildertimeUpdated(Date timeUpdated)The time the shard peer was last updated.ShardPeerWithExadbXs.BuildervmClusterId(String vmClusterId)The OCID of the VmCluster.
 
- 
- 
- 
Method Detail- 
vmClusterIdpublic ShardPeerWithExadbXs.Builder vmClusterId(String vmClusterId) The OCID of the VmCluster.- Parameters:
- vmClusterId- the value to set
- Returns:
- this builder
 
 - 
shardGrouppublic ShardPeerWithExadbXs.Builder shardGroup(String shardGroup) The name of the shardGroup for the peer.- Parameters:
- shardGroup- the value to set
- Returns:
- this builder
 
 - 
statuspublic ShardPeerWithExadbXs.Builder status(ShardPeerWithExadbXs.Status status) Status of catalog with VmCluster for the Globally ditributed database.- Parameters:
- status- the value to set
- Returns:
- this builder
 
 - 
supportingResourceIdpublic ShardPeerWithExadbXs.Builder supportingResourceId(String supportingResourceId) the identifier of the underlying supporting resource.- Parameters:
- supportingResourceId- the value to set
- Returns:
- this builder
 
 - 
containerDatabaseIdpublic ShardPeerWithExadbXs.Builder containerDatabaseId(String containerDatabaseId) the identifier of the container database for underlying supporting resource.- Parameters:
- containerDatabaseId- the value to set
- Returns:
- this builder
 
 - 
timeCreatedpublic ShardPeerWithExadbXs.Builder timeCreated(Date timeCreated) The time the shard peer was created.An RFC3339 formatted datetime string - Parameters:
- timeCreated- the value to set
- Returns:
- this builder
 
 - 
timeUpdatedpublic ShardPeerWithExadbXs.Builder timeUpdated(Date timeUpdated) The time the shard peer was last updated.An RFC3339 formatted datetime string - Parameters:
- timeUpdated- the value to set
- Returns:
- this builder
 
 - 
metadatapublic ShardPeerWithExadbXs.Builder metadata(DistributedDbMetadata metadata) 
 - 
buildpublic ShardPeerWithExadbXs build() 
 - 
copypublic ShardPeerWithExadbXs.Builder copy(ShardPeerWithExadbXs model) 
 
- 
 
-