| Package | Description |
|---|---|
| com.amazonaws.services.glue.model |
| Modifier and Type | Method and Description |
|---|---|
S3CatalogSource |
S3CatalogSource.clone() |
S3CatalogSource |
CodeGenConfigurationNode.getS3CatalogSource()
Specifies an Amazon S3 data store in the Glue Data Catalog.
|
S3CatalogSource |
S3CatalogSource.withAdditionalOptions(S3SourceAdditionalOptions additionalOptions)
Specifies additional connection options.
|
S3CatalogSource |
S3CatalogSource.withDatabase(String database)
The database to read from.
|
S3CatalogSource |
S3CatalogSource.withName(String name)
The name of the data store.
|
S3CatalogSource |
S3CatalogSource.withPartitionPredicate(String partitionPredicate)
Partitions satisfying this predicate are deleted.
|
S3CatalogSource |
S3CatalogSource.withTable(String table)
The database table to read from.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CodeGenConfigurationNode.setS3CatalogSource(S3CatalogSource s3CatalogSource)
Specifies an Amazon S3 data store in the Glue Data Catalog.
|
CodeGenConfigurationNode |
CodeGenConfigurationNode.withS3CatalogSource(S3CatalogSource s3CatalogSource)
Specifies an Amazon S3 data store in the Glue Data Catalog.
|
Copyright © 2023. All rights reserved.