Class EnrichmentObj.Builder
- java.lang.Object
-
- com.ibm.cloud.watsonxdata.watsonx_data.v2.model.EnrichmentObj.Builder
-
- Enclosing class:
- EnrichmentObj
public static class EnrichmentObj.Builder extends java.lang.ObjectBuilder.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description EnrichmentObj.BuilderaddTables(java.lang.String tables)Adds a new element to tables.EnrichmentObjbuild()Builds a EnrichmentObj.EnrichmentObj.Buildercatalog(java.lang.String catalog)Set the catalog.EnrichmentObj.Builderoperation(java.lang.String operation)Set the operation.EnrichmentObj.Builderschema(java.lang.String schema)Set the schema.EnrichmentObj.Buildertables(java.util.List<java.lang.String> tables)Set the tables.
-
-
-
Constructor Detail
-
Builder
public Builder()
Instantiates a new builder.
-
Builder
public Builder(java.lang.String catalog, java.lang.String operation, java.lang.String schema)Instantiates a new builder with required properties.- Parameters:
catalog- the catalogoperation- the operationschema- the schema
-
-
Method Detail
-
build
public EnrichmentObj build()
Builds a EnrichmentObj.- Returns:
- the new EnrichmentObj instance
-
addTables
public EnrichmentObj.Builder addTables(java.lang.String tables)
Adds a new element to tables.- Parameters:
tables- the new element to be added- Returns:
- the EnrichmentObj builder
-
catalog
public EnrichmentObj.Builder catalog(java.lang.String catalog)
Set the catalog.- Parameters:
catalog- the catalog- Returns:
- the EnrichmentObj builder
-
operation
public EnrichmentObj.Builder operation(java.lang.String operation)
Set the operation.- Parameters:
operation- the operation- Returns:
- the EnrichmentObj builder
-
schema
public EnrichmentObj.Builder schema(java.lang.String schema)
Set the schema.- Parameters:
schema- the schema- Returns:
- the EnrichmentObj builder
-
tables
public EnrichmentObj.Builder tables(java.util.List<java.lang.String> tables)
Set the tables. Existing tables will be replaced.- Parameters:
tables- the tables- Returns:
- the EnrichmentObj builder
-
-