public static interface BasicCatalogTarget.Builder extends SdkPojo, CopyableBuilder<BasicCatalogTarget.Builder,BasicCatalogTarget>
| Modifier and Type | Method and Description |
|---|---|
BasicCatalogTarget.Builder |
database(String database)
The database that contains the table you want to use as the target.
|
BasicCatalogTarget.Builder |
inputs(Collection<String> inputs)
The nodes that are inputs to the data target.
|
BasicCatalogTarget.Builder |
inputs(String... inputs)
The nodes that are inputs to the data target.
|
BasicCatalogTarget.Builder |
name(String name)
The name of your data target.
|
BasicCatalogTarget.Builder |
table(String table)
The table that defines the schema of your output data.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildBasicCatalogTarget.Builder name(String name)
The name of your data target.
name - The name of your data target.BasicCatalogTarget.Builder inputs(Collection<String> inputs)
The nodes that are inputs to the data target.
inputs - The nodes that are inputs to the data target.BasicCatalogTarget.Builder inputs(String... inputs)
The nodes that are inputs to the data target.
inputs - The nodes that are inputs to the data target.BasicCatalogTarget.Builder database(String database)
The database that contains the table you want to use as the target. This database must already exist in the Data Catalog.
database - The database that contains the table you want to use as the target. This database must already exist
in the Data Catalog.BasicCatalogTarget.Builder table(String table)
The table that defines the schema of your output data. This table must already exist in the Data Catalog.
table - The table that defines the schema of your output data. This table must already exist in the Data
Catalog.Copyright © 2023. All rights reserved.