Package com.oracle.bmc.mysql.model
Class DbSystemStatus.Builder
- java.lang.Object
-
- com.oracle.bmc.mysql.model.DbSystemStatus.Builder
-
- Enclosing class:
- DbSystemStatus
public static class DbSystemStatus.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DbSystemStatusbuild()DbSystemStatus.Buildercopy(DbSystemStatus model)DbSystemStatus.BuilderdbSystemId(String dbSystemId)The OCID of the DB System for which the status is gathered.DbSystemStatus.BuilderdbSystemStatusResult(DbSystemStatusResult dbSystemStatusResult)DbSystemStatus.BuildertimeCreated(Date timeCreated)The date and time that the Work Request to generate the DB System status was issued, as described by RFC 3339.DbSystemStatus.BuildertimeUpdated(Date timeUpdated)The date and time that the DB System status was generated, as described by RFC 3339.
-
-
-
Method Detail
-
dbSystemId
public DbSystemStatus.Builder dbSystemId(String dbSystemId)
The OCID of the DB System for which the status is gathered.- Parameters:
dbSystemId- the value to set- Returns:
- this builder
-
timeCreated
public DbSystemStatus.Builder timeCreated(Date timeCreated)
The date and time that the Work Request to generate the DB System status was issued, as described by RFC 3339.- Parameters:
timeCreated- the value to set- Returns:
- this builder
-
timeUpdated
public DbSystemStatus.Builder timeUpdated(Date timeUpdated)
The date and time that the DB System status was generated, as described by RFC 3339.- Parameters:
timeUpdated- the value to set- Returns:
- this builder
-
dbSystemStatusResult
public DbSystemStatus.Builder dbSystemStatusResult(DbSystemStatusResult dbSystemStatusResult)
-
build
public DbSystemStatus build()
-
copy
public DbSystemStatus.Builder copy(DbSystemStatus model)
-
-