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 Summary
Constructors Constructor Description Builder() 
- 
Method Summary
All 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
- 
displayName
public 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
 
 
- 
id
public DbSystemSnapshotSummary.Builder id(String id)
The OCID of the DB System.- Parameters:
 id- the value to set- Returns:
 - this builder
 
 
- 
region
public 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
 
 
- 
build
public DbSystemSnapshotSummary build()
 
- 
copy
public DbSystemSnapshotSummary.Builder copy(DbSystemSnapshotSummary model)
 
 - 
 
 -