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