Class ExplainAnalyzeStatementOptions.Builder
- java.lang.Object
-
- com.ibm.cloud.watsonxdata.watsonx_data.v1.model.ExplainAnalyzeStatementOptions.Builder
-
- Enclosing class:
- ExplainAnalyzeStatementOptions
public static class ExplainAnalyzeStatementOptions.Builder extends java.lang.Object
Builder.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ExplainAnalyzeStatementOptions.Builder
authInstanceId(java.lang.String authInstanceId)
Set the authInstanceId.ExplainAnalyzeStatementOptions
build()
Builds a ExplainAnalyzeStatementOptions.ExplainAnalyzeStatementOptions.Builder
catalogName(java.lang.String catalogName)
Set the catalogName.ExplainAnalyzeStatementOptions.Builder
engineId(java.lang.String engineId)
Set the engineId.ExplainAnalyzeStatementOptions.Builder
schemaName(java.lang.String schemaName)
Set the schemaName.ExplainAnalyzeStatementOptions.Builder
statement(java.lang.String statement)
Set the statement.ExplainAnalyzeStatementOptions.Builder
verbose(java.lang.Boolean verbose)
Set the verbose.
-
-
-
Constructor Detail
-
Builder
public Builder()
Instantiates a new builder.
-
Builder
public Builder(java.lang.String catalogName, java.lang.String engineId, java.lang.String schemaName, java.lang.String statement)
Instantiates a new builder with required properties.- Parameters:
catalogName
- the catalogNameengineId
- the engineIdschemaName
- the schemaNamestatement
- the statement
-
-
Method Detail
-
build
public ExplainAnalyzeStatementOptions build()
Builds a ExplainAnalyzeStatementOptions.- Returns:
- the new ExplainAnalyzeStatementOptions instance
-
catalogName
public ExplainAnalyzeStatementOptions.Builder catalogName(java.lang.String catalogName)
Set the catalogName.- Parameters:
catalogName
- the catalogName- Returns:
- the ExplainAnalyzeStatementOptions builder
-
engineId
public ExplainAnalyzeStatementOptions.Builder engineId(java.lang.String engineId)
Set the engineId.- Parameters:
engineId
- the engineId- Returns:
- the ExplainAnalyzeStatementOptions builder
-
schemaName
public ExplainAnalyzeStatementOptions.Builder schemaName(java.lang.String schemaName)
Set the schemaName.- Parameters:
schemaName
- the schemaName- Returns:
- the ExplainAnalyzeStatementOptions builder
-
statement
public ExplainAnalyzeStatementOptions.Builder statement(java.lang.String statement)
Set the statement.- Parameters:
statement
- the statement- Returns:
- the ExplainAnalyzeStatementOptions builder
-
verbose
public ExplainAnalyzeStatementOptions.Builder verbose(java.lang.Boolean verbose)
Set the verbose.- Parameters:
verbose
- the verbose- Returns:
- the ExplainAnalyzeStatementOptions builder
-
authInstanceId
public ExplainAnalyzeStatementOptions.Builder authInstanceId(java.lang.String authInstanceId)
Set the authInstanceId.- Parameters:
authInstanceId
- the authInstanceId- Returns:
- the ExplainAnalyzeStatementOptions builder
-
-