Class GetTableOptions.Builder
- java.lang.Object
-
- com.ibm.cloud.watsonxdata.watsonx_data.v3.model.GetTableOptions.Builder
-
- Enclosing class:
- GetTableOptions
public static class GetTableOptions.Builder extends java.lang.ObjectBuilder.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GetTableOptions.BuilderauthInstanceId(java.lang.String authInstanceId)Set the authInstanceId.GetTableOptionsbuild()Builds a GetTableOptions.GetTableOptions.BuildercatalogName(java.lang.String catalogName)Set the catalogName.GetTableOptions.BuilderengineId(java.lang.String engineId)Set the engineId.GetTableOptions.BuilderschemaName(java.lang.String schemaName)Set the schemaName.GetTableOptions.BuildertableName(java.lang.String tableName)Set the tableName.GetTableOptions.Buildertype(java.lang.String type)Set the type.
-
-
-
Constructor Detail
-
Builder
public Builder()
Instantiates a new builder.
-
Builder
public Builder(java.lang.String catalogName, java.lang.String schemaName, java.lang.String tableName, java.lang.String engineId)Instantiates a new builder with required properties.- Parameters:
catalogName- the catalogNameschemaName- the schemaNametableName- the tableNameengineId- the engineId
-
-
Method Detail
-
build
public GetTableOptions build()
Builds a GetTableOptions.- Returns:
- the new GetTableOptions instance
-
catalogName
public GetTableOptions.Builder catalogName(java.lang.String catalogName)
Set the catalogName.- Parameters:
catalogName- the catalogName- Returns:
- the GetTableOptions builder
-
schemaName
public GetTableOptions.Builder schemaName(java.lang.String schemaName)
Set the schemaName.- Parameters:
schemaName- the schemaName- Returns:
- the GetTableOptions builder
-
tableName
public GetTableOptions.Builder tableName(java.lang.String tableName)
Set the tableName.- Parameters:
tableName- the tableName- Returns:
- the GetTableOptions builder
-
engineId
public GetTableOptions.Builder engineId(java.lang.String engineId)
Set the engineId.- Parameters:
engineId- the engineId- Returns:
- the GetTableOptions builder
-
type
public GetTableOptions.Builder type(java.lang.String type)
Set the type.- Parameters:
type- the type- Returns:
- the GetTableOptions builder
-
authInstanceId
public GetTableOptions.Builder authInstanceId(java.lang.String authInstanceId)
Set the authInstanceId.- Parameters:
authInstanceId- the authInstanceId- Returns:
- the GetTableOptions builder
-
-