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