Package com.oracle.bmc.mysql.model
Class StopDbSystemDetails.Builder
- java.lang.Object
-
- com.oracle.bmc.mysql.model.StopDbSystemDetails.Builder
-
- Enclosing class:
- StopDbSystemDetails
public static class StopDbSystemDetails.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StopDbSystemDetails
build()
StopDbSystemDetails.Builder
copy(StopDbSystemDetails model)
StopDbSystemDetails.Builder
shutdownType(InnoDbShutdownMode shutdownType)
The InnoDB shutdown mode to use, following the option “innodb_fast_shutdown”.
-
-
-
Method Detail
-
shutdownType
public StopDbSystemDetails.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 StopDbSystemDetails build()
-
copy
public StopDbSystemDetails.Builder copy(StopDbSystemDetails model)
-
-