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