static S3CatalogTarget.Builder |
S3CatalogTarget.builder() |
|
S3CatalogTarget.Builder |
S3CatalogTarget.Builder.database(String database) |
The name of the database to write to.
|
S3CatalogTarget.Builder |
S3CatalogTarget.Builder.inputs(String... inputs) |
The nodes that are inputs to the data target.
|
S3CatalogTarget.Builder |
S3CatalogTarget.Builder.inputs(Collection<String> inputs) |
The nodes that are inputs to the data target.
|
S3CatalogTarget.Builder |
S3CatalogTarget.Builder.name(String name) |
The name of the data target.
|
S3CatalogTarget.Builder |
S3CatalogTarget.Builder.partitionKeys(Collection<? extends Collection<String>> partitionKeys) |
Specifies native partitioning using a sequence of keys.
|
S3CatalogTarget.Builder |
S3CatalogTarget.Builder.partitionKeys(Collection<String>... partitionKeys) |
Specifies native partitioning using a sequence of keys.
|
default S3CatalogTarget.Builder |
S3CatalogTarget.Builder.schemaChangePolicy(Consumer<CatalogSchemaChangePolicy.Builder> schemaChangePolicy) |
A policy that specifies update behavior for the crawler.
|
S3CatalogTarget.Builder |
S3CatalogTarget.Builder.schemaChangePolicy(CatalogSchemaChangePolicy schemaChangePolicy) |
A policy that specifies update behavior for the crawler.
|
S3CatalogTarget.Builder |
S3CatalogTarget.Builder.table(String table) |
The name of the table in the database to write to.
|
S3CatalogTarget.Builder |
S3CatalogTarget.toBuilder() |
|