| Package | Description |
|---|---|
| software.amazon.awssdk.services.glue.model |
| Modifier and Type | Method and Description |
|---|---|
S3HudiCatalogTarget.Builder |
S3HudiCatalogTarget.Builder.additionalOptions(Map<String,String> additionalOptions)
Specifies additional connection options for the connector.
|
static S3HudiCatalogTarget.Builder |
S3HudiCatalogTarget.builder() |
S3HudiCatalogTarget.Builder |
S3HudiCatalogTarget.Builder.database(String database)
The name of the database to write to.
|
S3HudiCatalogTarget.Builder |
S3HudiCatalogTarget.Builder.inputs(Collection<String> inputs)
The nodes that are inputs to the data target.
|
S3HudiCatalogTarget.Builder |
S3HudiCatalogTarget.Builder.inputs(String... inputs)
The nodes that are inputs to the data target.
|
S3HudiCatalogTarget.Builder |
S3HudiCatalogTarget.Builder.name(String name)
The name of the data target.
|
S3HudiCatalogTarget.Builder |
S3HudiCatalogTarget.Builder.partitionKeys(Collection<? extends Collection<String>> partitionKeys)
Specifies native partitioning using a sequence of keys.
|
S3HudiCatalogTarget.Builder |
S3HudiCatalogTarget.Builder.partitionKeys(Collection<String>... partitionKeys)
Specifies native partitioning using a sequence of keys.
|
S3HudiCatalogTarget.Builder |
S3HudiCatalogTarget.Builder.schemaChangePolicy(CatalogSchemaChangePolicy schemaChangePolicy)
A policy that specifies update behavior for the crawler.
|
default S3HudiCatalogTarget.Builder |
S3HudiCatalogTarget.Builder.schemaChangePolicy(Consumer<CatalogSchemaChangePolicy.Builder> schemaChangePolicy)
A policy that specifies update behavior for the crawler.
|
S3HudiCatalogTarget.Builder |
S3HudiCatalogTarget.Builder.table(String table)
The name of the table in the database to write to.
|
S3HudiCatalogTarget.Builder |
S3HudiCatalogTarget.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends S3HudiCatalogTarget.Builder> |
S3HudiCatalogTarget.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default CodeGenConfigurationNode.Builder |
CodeGenConfigurationNode.Builder.s3HudiCatalogTarget(Consumer<S3HudiCatalogTarget.Builder> s3HudiCatalogTarget)
Specifies a target that writes to a Hudi data source in the Glue Data Catalog.
|
Copyright © 2023. All rights reserved.