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.Object
Builder.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description RunExplainStatementOptions.Builder
authInstanceId(java.lang.String authInstanceId)
Set the authInstanceId.RunExplainStatementOptions
build()
Builds a RunExplainStatementOptions.RunExplainStatementOptions.Builder
engineId(java.lang.String engineId)
Set the engineId.RunExplainStatementOptions.Builder
format(java.lang.String format)
Set the format.RunExplainStatementOptions.Builder
statement(java.lang.String statement)
Set the statement.RunExplainStatementOptions.Builder
type(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
-
-