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