Package com.oracle.bmc.mysql.model
Class DbSystemSnapshotSummary.Builder
- java.lang.Object
- 
- com.oracle.bmc.mysql.model.DbSystemSnapshotSummary.Builder
 
- 
- Enclosing class:
- DbSystemSnapshotSummary
 
 public static class DbSystemSnapshotSummary.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description DbSystemSnapshotSummarybuild()DbSystemSnapshotSummary.Buildercopy(DbSystemSnapshotSummary model)DbSystemSnapshotSummary.BuilderdisplayName(String displayName)The user-friendly name for the DB system.DbSystemSnapshotSummary.Builderid(String id)The OCID of the DB System.DbSystemSnapshotSummary.Builderregion(String region)The region identifier of the region where the DB system exists.
 
- 
- 
- 
Method Detail- 
displayNamepublic DbSystemSnapshotSummary.Builder displayName(String displayName) The user-friendly name for the DB system.It does not have to be unique. - Parameters:
- displayName- the value to set
- Returns:
- this builder
 
 - 
idpublic DbSystemSnapshotSummary.Builder id(String id) The OCID of the DB System.- Parameters:
- id- the value to set
- Returns:
- this builder
 
 - 
regionpublic DbSystemSnapshotSummary.Builder region(String region) The region identifier of the region where the DB system exists.For more information, please see Regions and Availability Domains. - Parameters:
- region- the value to set
- Returns:
- this builder
 
 - 
buildpublic DbSystemSnapshotSummary build() 
 - 
copypublic DbSystemSnapshotSummary.Builder copy(DbSystemSnapshotSummary model) 
 
- 
 
-