Package com.oracle.bmc.psql.model
Class RestartDbInstanceInDbSystemDetails.Builder
- java.lang.Object
- 
- com.oracle.bmc.psql.model.RestartDbInstanceInDbSystemDetails.Builder
 
- 
- Enclosing class:
- RestartDbInstanceInDbSystemDetails
 
 public static class RestartDbInstanceInDbSystemDetails.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description RestartDbInstanceInDbSystemDetailsbuild()RestartDbInstanceInDbSystemDetails.Buildercopy(RestartDbInstanceInDbSystemDetails model)RestartDbInstanceInDbSystemDetails.BuilderdbInstanceId(String dbInstanceId)A unique identifier for the database instance, or node.RestartDbInstanceInDbSystemDetails.BuilderrestartType(RestartDbInstanceInDbSystemDetails.RestartType restartType)The restart type for the database instance.
 
- 
- 
- 
Method Detail- 
dbInstanceIdpublic RestartDbInstanceInDbSystemDetails.Builder dbInstanceId(String dbInstanceId) A unique identifier for the database instance, or node.- Parameters:
- dbInstanceId- the value to set
- Returns:
- this builder
 
 - 
restartTypepublic RestartDbInstanceInDbSystemDetails.Builder restartType(RestartDbInstanceInDbSystemDetails.RestartType restartType) The restart type for the database instance.- Parameters:
- restartType- the value to set
- Returns:
- this builder
 
 - 
buildpublic RestartDbInstanceInDbSystemDetails build() 
 - 
copypublic RestartDbInstanceInDbSystemDetails.Builder copy(RestartDbInstanceInDbSystemDetails model) 
 
- 
 
-