Package com.oracle.bmc.mysql.model
Class RestartDbSystemDetails.Builder
- java.lang.Object
-
- com.oracle.bmc.mysql.model.RestartDbSystemDetails.Builder
-
- Enclosing class:
- RestartDbSystemDetails
public static class RestartDbSystemDetails.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description RestartDbSystemDetails
build()
RestartDbSystemDetails.Builder
copy(RestartDbSystemDetails model)
RestartDbSystemDetails.Builder
shutdownType(InnoDbShutdownMode shutdownType)
The InnoDB shutdown mode to use, following the option “innodb_fast_shutdown”.
-
-
-
Method Detail
-
shutdownType
public RestartDbSystemDetails.Builder shutdownType(InnoDbShutdownMode shutdownType)
The InnoDB shutdown mode to use, following the option “innodb_fast_shutdown”.- Parameters:
shutdownType
- the value to set- Returns:
- this builder
-
build
public RestartDbSystemDetails build()
-
copy
public RestartDbSystemDetails.Builder copy(RestartDbSystemDetails model)
-
-