Uses of Class
com.oracle.bmc.psql.model.RestartDbInstanceInDbSystemDetails.Builder
- 
Packages that use RestartDbInstanceInDbSystemDetails.Builder Package Description com.oracle.bmc.psql.model 
- 
- 
Uses of RestartDbInstanceInDbSystemDetails.Builder in com.oracle.bmc.psql.modelMethods in com.oracle.bmc.psql.model that return RestartDbInstanceInDbSystemDetails.Builder Modifier and Type Method Description static RestartDbInstanceInDbSystemDetails.BuilderRestartDbInstanceInDbSystemDetails. builder()Create a new builder.RestartDbInstanceInDbSystemDetails.BuilderRestartDbInstanceInDbSystemDetails.Builder. copy(RestartDbInstanceInDbSystemDetails model)RestartDbInstanceInDbSystemDetails.BuilderRestartDbInstanceInDbSystemDetails.Builder. dbInstanceId(String dbInstanceId)A unique identifier for the database instance, or node.RestartDbInstanceInDbSystemDetails.BuilderRestartDbInstanceInDbSystemDetails.Builder. restartType(RestartDbInstanceInDbSystemDetails.RestartType restartType)The restart type for the database instance.RestartDbInstanceInDbSystemDetails.BuilderRestartDbInstanceInDbSystemDetails. toBuilder()
 
-