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.model
Methods in com.oracle.bmc.psql.model that return RestartDbInstanceInDbSystemDetails.Builder Modifier and Type Method Description static RestartDbInstanceInDbSystemDetails.Builder
RestartDbInstanceInDbSystemDetails. builder()
Create a new builder.RestartDbInstanceInDbSystemDetails.Builder
RestartDbInstanceInDbSystemDetails.Builder. copy(RestartDbInstanceInDbSystemDetails model)
RestartDbInstanceInDbSystemDetails.Builder
RestartDbInstanceInDbSystemDetails.Builder. dbInstanceId(String dbInstanceId)
A unique identifier for the database instance, or node.RestartDbInstanceInDbSystemDetails.Builder
RestartDbInstanceInDbSystemDetails.Builder. restartType(RestartDbInstanceInDbSystemDetails.RestartType restartType)
The restart type for the database instance.RestartDbInstanceInDbSystemDetails.Builder
RestartDbInstanceInDbSystemDetails. toBuilder()
-