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.ObjectBuilder. 
- 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description RunExplainAnalyzeStatementOptions.BuilderauthInstanceId(java.lang.String authInstanceId)Set the authInstanceId.RunExplainAnalyzeStatementOptionsbuild()Builds a RunExplainAnalyzeStatementOptions.RunExplainAnalyzeStatementOptions.BuilderengineId(java.lang.String engineId)Set the engineId.RunExplainAnalyzeStatementOptions.Builderstatement(java.lang.String statement)Set the statement.RunExplainAnalyzeStatementOptions.Builderverbose(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
 
 
 - 
 
 -