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