| Package | Description |
|---|---|
| com.amazonaws.services.glue.model |
| Modifier and Type | Method and Description |
|---|---|
S3HudiCatalogTarget |
S3HudiCatalogTarget.addAdditionalOptionsEntry(String key,
String value)
Add a single AdditionalOptions entry
|
S3HudiCatalogTarget |
S3HudiCatalogTarget.clearAdditionalOptionsEntries()
Removes all the entries added into AdditionalOptions.
|
S3HudiCatalogTarget |
S3HudiCatalogTarget.clone() |
S3HudiCatalogTarget |
CodeGenConfigurationNode.getS3HudiCatalogTarget()
Specifies a target that writes to a Hudi data source in the Glue Data Catalog.
|
S3HudiCatalogTarget |
S3HudiCatalogTarget.withAdditionalOptions(Map<String,String> additionalOptions)
Specifies additional connection options for the connector.
|
S3HudiCatalogTarget |
S3HudiCatalogTarget.withDatabase(String database)
The name of the database to write to.
|
S3HudiCatalogTarget |
S3HudiCatalogTarget.withInputs(Collection<String> inputs)
The nodes that are inputs to the data target.
|
S3HudiCatalogTarget |
S3HudiCatalogTarget.withInputs(String... inputs)
The nodes that are inputs to the data target.
|
S3HudiCatalogTarget |
S3HudiCatalogTarget.withName(String name)
The name of the data target.
|
S3HudiCatalogTarget |
S3HudiCatalogTarget.withPartitionKeys(Collection<List<String>> partitionKeys)
Specifies native partitioning using a sequence of keys.
|
S3HudiCatalogTarget |
S3HudiCatalogTarget.withPartitionKeys(List<String>... partitionKeys)
Specifies native partitioning using a sequence of keys.
|
S3HudiCatalogTarget |
S3HudiCatalogTarget.withSchemaChangePolicy(CatalogSchemaChangePolicy schemaChangePolicy)
A policy that specifies update behavior for the crawler.
|
S3HudiCatalogTarget |
S3HudiCatalogTarget.withTable(String table)
The name of the table in the database to write to.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CodeGenConfigurationNode.setS3HudiCatalogTarget(S3HudiCatalogTarget s3HudiCatalogTarget)
Specifies a target that writes to a Hudi data source in the Glue Data Catalog.
|
CodeGenConfigurationNode |
CodeGenConfigurationNode.withS3HudiCatalogTarget(S3HudiCatalogTarget s3HudiCatalogTarget)
Specifies a target that writes to a Hudi data source in the Glue Data Catalog.
|
Copyright © 2024. All rights reserved.