static BasicCatalogTarget.Builder |
BasicCatalogTarget.builder() |
|
BasicCatalogTarget.Builder |
BasicCatalogTarget.Builder.database(String database) |
The database that contains the table you want to use as the target.
|
BasicCatalogTarget.Builder |
BasicCatalogTarget.Builder.inputs(String... inputs) |
The nodes that are inputs to the data target.
|
BasicCatalogTarget.Builder |
BasicCatalogTarget.Builder.inputs(Collection<String> inputs) |
The nodes that are inputs to the data target.
|
BasicCatalogTarget.Builder |
BasicCatalogTarget.Builder.name(String name) |
The name of your data target.
|
BasicCatalogTarget.Builder |
BasicCatalogTarget.Builder.partitionKeys(Collection<? extends Collection<String>> partitionKeys) |
The partition keys used to distribute data across multiple partitions or shards based on a specific key or
set of key.
|
BasicCatalogTarget.Builder |
BasicCatalogTarget.Builder.partitionKeys(Collection<String>... partitionKeys) |
The partition keys used to distribute data across multiple partitions or shards based on a specific key or
set of key.
|
BasicCatalogTarget.Builder |
BasicCatalogTarget.Builder.table(String table) |
The table that defines the schema of your output data.
|
BasicCatalogTarget.Builder |
BasicCatalogTarget.toBuilder() |
|