Package com.oracle.bmc.database.model
Class DbnodeSnapshotSummary.Builder
- java.lang.Object
-
- com.oracle.bmc.database.model.DbnodeSnapshotSummary.Builder
-
- Enclosing class:
- DbnodeSnapshotSummary
public static class DbnodeSnapshotSummary.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DbnodeSnapshotSummarybuild()DbnodeSnapshotSummary.BuilderclusterId(String clusterId)The OCID of the VM cluster.DbnodeSnapshotSummary.BuildercompartmentId(String compartmentId)The OCID of the compartment.DbnodeSnapshotSummary.Buildercopy(DbnodeSnapshotSummary model)DbnodeSnapshotSummary.BuilderdefinedTags(Map<String,Map<String,Object>> definedTags)Defined tags for this resource.DbnodeSnapshotSummary.BuilderfreeformTags(Map<String,String> freeformTags)Free-form tags for this resource.DbnodeSnapshotSummary.Builderid(String id)The OCID of the Exadata Database Node Snapshot.DbnodeSnapshotSummary.BuilderlifecycleDetails(String lifecycleDetails)Additional information about the current lifecycle state of the Exadata Database Node Snapshot.DbnodeSnapshotSummary.BuilderlifecycleState(DbnodeSnapshot.LifecycleState lifecycleState)The current state of the Exadata Database Storage Vault.DbnodeSnapshotSummary.BuildermountPoints(List<MountPointDetails> mountPoints)Details of the mount pointsDbnodeSnapshotSummary.Buildername(String name)The user-friendly name for the Database Node Snapshot.DbnodeSnapshotSummary.BuildersourceDbnodeId(String sourceDbnodeId)The OCID of the Exadata Database Node.DbnodeSnapshotSummary.BuildersystemTags(Map<String,Map<String,Object>> systemTags)System tags for this resource.DbnodeSnapshotSummary.BuildertimeCreated(Date timeCreated)The date and time that the Exadata Database Node Snapshot was created.DbnodeSnapshotSummary.Buildervolumes(List<VolumeDetails> volumes)Details of the volumes
-
-
-
Method Detail
-
id
public DbnodeSnapshotSummary.Builder id(String id)
The OCID of the Exadata Database Node Snapshot.- Parameters:
id- the value to set- Returns:
- this builder
-
sourceDbnodeId
public DbnodeSnapshotSummary.Builder sourceDbnodeId(String sourceDbnodeId)
The OCID of the Exadata Database Node.- Parameters:
sourceDbnodeId- the value to set- Returns:
- this builder
-
lifecycleState
public DbnodeSnapshotSummary.Builder lifecycleState(DbnodeSnapshot.LifecycleState lifecycleState)
The current state of the Exadata Database Storage Vault.- Parameters:
lifecycleState- the value to set- Returns:
- this builder
-
name
public DbnodeSnapshotSummary.Builder name(String name)
The user-friendly name for the Database Node Snapshot.The name should be unique.
- Parameters:
name- the value to set- Returns:
- this builder
-
timeCreated
public DbnodeSnapshotSummary.Builder timeCreated(Date timeCreated)
The date and time that the Exadata Database Node Snapshot was created.- Parameters:
timeCreated- the value to set- Returns:
- this builder
-
lifecycleDetails
public DbnodeSnapshotSummary.Builder lifecycleDetails(String lifecycleDetails)
Additional information about the current lifecycle state of the Exadata Database Node Snapshot.- Parameters:
lifecycleDetails- the value to set- Returns:
- this builder
-
freeformTags
public DbnodeSnapshotSummary.Builder freeformTags(Map<String,String> freeformTags)
Free-form tags for this resource.Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags.
Example: {"Department": "Finance"}
- Parameters:
freeformTags- the value to set- Returns:
- this builder
-
definedTags
public DbnodeSnapshotSummary.Builder definedTags(Map<String,Map<String,Object>> definedTags)
Defined tags for this resource.Each key is predefined and scoped to a namespace. For more information, see Resource Tags.
- Parameters:
definedTags- the value to set- Returns:
- this builder
-
systemTags
public DbnodeSnapshotSummary.Builder systemTags(Map<String,Map<String,Object>> systemTags)
System tags for this resource.Each key is predefined and scoped to a namespace. For more information, see Resource Tags.
- Parameters:
systemTags- the value to set- Returns:
- this builder
-
compartmentId
public DbnodeSnapshotSummary.Builder compartmentId(String compartmentId)
The OCID of the compartment.- Parameters:
compartmentId- the value to set- Returns:
- this builder
-
clusterId
public DbnodeSnapshotSummary.Builder clusterId(String clusterId)
The OCID of the VM cluster.- Parameters:
clusterId- the value to set- Returns:
- this builder
-
mountPoints
public DbnodeSnapshotSummary.Builder mountPoints(List<MountPointDetails> mountPoints)
Details of the mount points- Parameters:
mountPoints- the value to set- Returns:
- this builder
-
volumes
public DbnodeSnapshotSummary.Builder volumes(List<VolumeDetails> volumes)
Details of the volumes- Parameters:
volumes- the value to set- Returns:
- this builder
-
build
public DbnodeSnapshotSummary build()
-
copy
public DbnodeSnapshotSummary.Builder copy(DbnodeSnapshotSummary model)
-
-