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 Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description RestartDbInstanceInDbSystemDetails
build()
RestartDbInstanceInDbSystemDetails.Builder
copy(RestartDbInstanceInDbSystemDetails model)
RestartDbInstanceInDbSystemDetails.Builder
dbInstanceId(String dbInstanceId)
A unique identifier for the database instance, or node.RestartDbInstanceInDbSystemDetails.Builder
restartType(RestartDbInstanceInDbSystemDetails.RestartType restartType)
The restart type for the database instance.
-
-
-
Method Detail
-
dbInstanceId
public RestartDbInstanceInDbSystemDetails.Builder dbInstanceId(String dbInstanceId)
A unique identifier for the database instance, or node.- Parameters:
dbInstanceId
- the value to set- Returns:
- this builder
-
restartType
public RestartDbInstanceInDbSystemDetails.Builder restartType(RestartDbInstanceInDbSystemDetails.RestartType restartType)
The restart type for the database instance.- Parameters:
restartType
- the value to set- Returns:
- this builder
-
build
public RestartDbInstanceInDbSystemDetails build()
-
copy
public RestartDbInstanceInDbSystemDetails.Builder copy(RestartDbInstanceInDbSystemDetails model)
-
-