Class RunExplainAnalyzeStatementOptions.Builder
- java.lang.Object
-
- com.ibm.cloud.watsonxdata.watsonx_data.v2.model.RunExplainAnalyzeStatementOptions.Builder
-
- Enclosing class:
- RunExplainAnalyzeStatementOptions
public static class RunExplainAnalyzeStatementOptions.Builder extends java.lang.Object
Builder.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description RunExplainAnalyzeStatementOptions.Builder
authInstanceId(java.lang.String authInstanceId)
Set the authInstanceId.RunExplainAnalyzeStatementOptions
build()
Builds a RunExplainAnalyzeStatementOptions.RunExplainAnalyzeStatementOptions.Builder
engineId(java.lang.String engineId)
Set the engineId.RunExplainAnalyzeStatementOptions.Builder
statement(java.lang.String statement)
Set the statement.RunExplainAnalyzeStatementOptions.Builder
verbose(java.lang.Boolean verbose)
Set the verbose.
-
-
-
Method Detail
-
build
public RunExplainAnalyzeStatementOptions build()
Builds a RunExplainAnalyzeStatementOptions.- Returns:
- the new RunExplainAnalyzeStatementOptions instance
-
engineId
public RunExplainAnalyzeStatementOptions.Builder engineId(java.lang.String engineId)
Set the engineId.- Parameters:
engineId
- the engineId- Returns:
- the RunExplainAnalyzeStatementOptions builder
-
statement
public RunExplainAnalyzeStatementOptions.Builder statement(java.lang.String statement)
Set the statement.- Parameters:
statement
- the statement- Returns:
- the RunExplainAnalyzeStatementOptions builder
-
verbose
public RunExplainAnalyzeStatementOptions.Builder verbose(java.lang.Boolean verbose)
Set the verbose.- Parameters:
verbose
- the verbose- Returns:
- the RunExplainAnalyzeStatementOptions builder
-
authInstanceId
public RunExplainAnalyzeStatementOptions.Builder authInstanceId(java.lang.String authInstanceId)
Set the authInstanceId.- Parameters:
authInstanceId
- the authInstanceId- Returns:
- the RunExplainAnalyzeStatementOptions builder
-
-