Package | Description |
---|---|
com.amazonaws.services.glue.model |
Modifier and Type | Method and Description |
---|---|
DirectSchemaChangePolicy |
DirectSchemaChangePolicy.clone() |
DirectSchemaChangePolicy |
S3DirectTarget.getSchemaChangePolicy()
A policy that specifies update behavior for the crawler.
|
DirectSchemaChangePolicy |
S3GlueParquetTarget.getSchemaChangePolicy()
A policy that specifies update behavior for the crawler.
|
DirectSchemaChangePolicy |
DirectSchemaChangePolicy.withDatabase(String database)
Specifies the database that the schema change policy applies to.
|
DirectSchemaChangePolicy |
DirectSchemaChangePolicy.withEnableUpdateCatalog(Boolean enableUpdateCatalog)
Whether to use the specified update behavior when the crawler finds a changed schema.
|
DirectSchemaChangePolicy |
DirectSchemaChangePolicy.withTable(String table)
Specifies the table in the database that the schema change policy applies to.
|
DirectSchemaChangePolicy |
DirectSchemaChangePolicy.withUpdateBehavior(String updateBehavior)
The update behavior when the crawler finds a changed schema.
|
DirectSchemaChangePolicy |
DirectSchemaChangePolicy.withUpdateBehavior(UpdateCatalogBehavior updateBehavior)
The update behavior when the crawler finds a changed schema.
|
Modifier and Type | Method and Description |
---|---|
void |
S3DirectTarget.setSchemaChangePolicy(DirectSchemaChangePolicy schemaChangePolicy)
A policy that specifies update behavior for the crawler.
|
void |
S3GlueParquetTarget.setSchemaChangePolicy(DirectSchemaChangePolicy schemaChangePolicy)
A policy that specifies update behavior for the crawler.
|
S3DirectTarget |
S3DirectTarget.withSchemaChangePolicy(DirectSchemaChangePolicy schemaChangePolicy)
A policy that specifies update behavior for the crawler.
|
S3GlueParquetTarget |
S3GlueParquetTarget.withSchemaChangePolicy(DirectSchemaChangePolicy schemaChangePolicy)
A policy that specifies update behavior for the crawler.
|
Copyright © 2022. All rights reserved.