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