Class GetTableOptions.Builder
- java.lang.Object
 - 
- com.ibm.cloud.watsonxdata.watsonx_data.v2.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.BuildercatalogId(java.lang.String catalogId)Set the catalogId.GetTableOptions.BuilderengineId(java.lang.String engineId)Set the engineId.GetTableOptions.BuilderschemaId(java.lang.String schemaId)Set the schemaId.GetTableOptions.BuildertableId(java.lang.String tableId)Set the tableId.GetTableOptions.Buildertype(java.lang.String type)Set the type. 
 - 
 
- 
- 
Constructor Detail
- 
Builder
public Builder()
Instantiates a new builder. 
- 
Builder
public Builder(java.lang.String catalogId, java.lang.String schemaId, java.lang.String tableId, java.lang.String engineId)Instantiates a new builder with required properties.- Parameters:
 catalogId- the catalogIdschemaId- the schemaIdtableId- the tableIdengineId- the engineId
 
 - 
 
- 
Method Detail
- 
build
public GetTableOptions build()
Builds a GetTableOptions.- Returns:
 - the new GetTableOptions instance
 
 
- 
catalogId
public GetTableOptions.Builder catalogId(java.lang.String catalogId)
Set the catalogId.- Parameters:
 catalogId- the catalogId- Returns:
 - the GetTableOptions builder
 
 
- 
schemaId
public GetTableOptions.Builder schemaId(java.lang.String schemaId)
Set the schemaId.- Parameters:
 schemaId- the schemaId- Returns:
 - the GetTableOptions builder
 
 
- 
tableId
public GetTableOptions.Builder tableId(java.lang.String tableId)
Set the tableId.- Parameters:
 tableId- the tableId- 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
 
 
 - 
 
 -