Class ListTablesOptions.Builder
- java.lang.Object
-
- com.ibm.cloud.watsonxdata.watsonx_data.v2.model.ListTablesOptions.Builder
-
- Enclosing class:
- ListTablesOptions
public static class ListTablesOptions.Builder extends java.lang.Object
Builder.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ListTablesOptions.Builder
authInstanceId(java.lang.String authInstanceId)
Set the authInstanceId.ListTablesOptions
build()
Builds a ListTablesOptions.ListTablesOptions.Builder
catalogId(java.lang.String catalogId)
Set the catalogId.ListTablesOptions.Builder
engineId(java.lang.String engineId)
Set the engineId.ListTablesOptions.Builder
schemaId(java.lang.String schemaId)
Set the schemaId.
-
-
-
Constructor Detail
-
Builder
public Builder()
Instantiates a new builder.
-
Builder
public Builder(java.lang.String catalogId, java.lang.String schemaId, java.lang.String engineId)
Instantiates a new builder with required properties.- Parameters:
catalogId
- the catalogIdschemaId
- the schemaIdengineId
- the engineId
-
-
Method Detail
-
build
public ListTablesOptions build()
Builds a ListTablesOptions.- Returns:
- the new ListTablesOptions instance
-
catalogId
public ListTablesOptions.Builder catalogId(java.lang.String catalogId)
Set the catalogId.- Parameters:
catalogId
- the catalogId- Returns:
- the ListTablesOptions builder
-
schemaId
public ListTablesOptions.Builder schemaId(java.lang.String schemaId)
Set the schemaId.- Parameters:
schemaId
- the schemaId- 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
-
-