Class RunExplainStatementOptions.Builder
- java.lang.Object
 - 
- com.ibm.cloud.watsonxdata.watsonx_data.v2.model.RunExplainStatementOptions.Builder
 
 
- 
- Enclosing class:
 - RunExplainStatementOptions
 
public static class RunExplainStatementOptions.Builder extends java.lang.ObjectBuilder. 
- 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description RunExplainStatementOptions.BuilderauthInstanceId(java.lang.String authInstanceId)Set the authInstanceId.RunExplainStatementOptionsbuild()Builds a RunExplainStatementOptions.RunExplainStatementOptions.BuilderengineId(java.lang.String engineId)Set the engineId.RunExplainStatementOptions.Builderformat(java.lang.String format)Set the format.RunExplainStatementOptions.Builderstatement(java.lang.String statement)Set the statement.RunExplainStatementOptions.Buildertype(java.lang.String type)Set the type. 
 - 
 
- 
- 
Method Detail
- 
build
public RunExplainStatementOptions build()
Builds a RunExplainStatementOptions.- Returns:
 - the new RunExplainStatementOptions instance
 
 
- 
engineId
public RunExplainStatementOptions.Builder engineId(java.lang.String engineId)
Set the engineId.- Parameters:
 engineId- the engineId- Returns:
 - the RunExplainStatementOptions builder
 
 
- 
statement
public RunExplainStatementOptions.Builder statement(java.lang.String statement)
Set the statement.- Parameters:
 statement- the statement- Returns:
 - the RunExplainStatementOptions builder
 
 
- 
format
public RunExplainStatementOptions.Builder format(java.lang.String format)
Set the format.- Parameters:
 format- the format- Returns:
 - the RunExplainStatementOptions builder
 
 
- 
type
public RunExplainStatementOptions.Builder type(java.lang.String type)
Set the type.- Parameters:
 type- the type- Returns:
 - the RunExplainStatementOptions builder
 
 
- 
authInstanceId
public RunExplainStatementOptions.Builder authInstanceId(java.lang.String authInstanceId)
Set the authInstanceId.- Parameters:
 authInstanceId- the authInstanceId- Returns:
 - the RunExplainStatementOptions builder
 
 
 - 
 
 -