Class MySqlQueryExplainPlan.Builder
- java.lang.Object
-
- com.oracle.bmc.databasemanagement.model.MySqlQueryExplainPlan.Builder
-
- Enclosing class:
- MySqlQueryExplainPlan
public static class MySqlQueryExplainPlan.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description MySqlQueryExplainPlanbuild()MySqlQueryExplainPlan.Buildercopy(MySqlQueryExplainPlan model)MySqlQueryExplainPlan.BuilderjsonExplain(String jsonExplain)The json format of the explain plan.MySqlQueryExplainPlan.BuilderjsonExplainVersion(MySqlJsonExplainVersion jsonExplainVersion)The version of the Json format of MySQL Explain.
-
-
-
Method Detail
-
jsonExplain
public MySqlQueryExplainPlan.Builder jsonExplain(String jsonExplain)
The json format of the explain plan.- Parameters:
jsonExplain- the value to set- Returns:
- this builder
-
jsonExplainVersion
public MySqlQueryExplainPlan.Builder jsonExplainVersion(MySqlJsonExplainVersion jsonExplainVersion)
The version of the Json format of MySQL Explain.- Parameters:
jsonExplainVersion- the value to set- Returns:
- this builder
-
build
public MySqlQueryExplainPlan build()
-
copy
public MySqlQueryExplainPlan.Builder copy(MySqlQueryExplainPlan model)
-
-