Package | Description |
---|---|
com.amazonaws.services.glue.model |
Modifier and Type | Method and Description |
---|---|
S3CatalogTarget |
S3CatalogTarget.clone() |
S3CatalogTarget |
CodeGenConfigurationNode.getS3CatalogTarget()
Specifies a data target that writes to Amazon S3 using the Glue Data Catalog.
|
S3CatalogTarget |
S3CatalogTarget.withDatabase(String database)
The name of the database to write to.
|
S3CatalogTarget |
S3CatalogTarget.withInputs(Collection<String> inputs)
The nodes that are inputs to the data target.
|
S3CatalogTarget |
S3CatalogTarget.withInputs(String... inputs)
The nodes that are inputs to the data target.
|
S3CatalogTarget |
S3CatalogTarget.withName(String name)
The name of the data target.
|
S3CatalogTarget |
S3CatalogTarget.withPartitionKeys(Collection<List<String>> partitionKeys)
Specifies native partitioning using a sequence of keys.
|
S3CatalogTarget |
S3CatalogTarget.withPartitionKeys(List<String>... partitionKeys)
Specifies native partitioning using a sequence of keys.
|
S3CatalogTarget |
S3CatalogTarget.withSchemaChangePolicy(CatalogSchemaChangePolicy schemaChangePolicy)
A policy that specifies update behavior for the crawler.
|
S3CatalogTarget |
S3CatalogTarget.withTable(String table)
The name of the table in the database to write to.
|
Modifier and Type | Method and Description |
---|---|
void |
CodeGenConfigurationNode.setS3CatalogTarget(S3CatalogTarget s3CatalogTarget)
Specifies a data target that writes to Amazon S3 using the Glue Data Catalog.
|
CodeGenConfigurationNode |
CodeGenConfigurationNode.withS3CatalogTarget(S3CatalogTarget s3CatalogTarget)
Specifies a data target that writes to Amazon S3 using the Glue Data Catalog.
|
Copyright © 2022. All rights reserved.