| Package | Description |
|---|---|
| com.amazonaws.services.glue.model |
| Modifier and Type | Method and Description |
|---|---|
CatalogSchemaChangePolicy |
CatalogSchemaChangePolicy.clone() |
CatalogSchemaChangePolicy |
S3DeltaCatalogTarget.getSchemaChangePolicy()
A policy that specifies update behavior for the crawler.
|
CatalogSchemaChangePolicy |
GovernedCatalogTarget.getSchemaChangePolicy()
A policy that specifies update behavior for the governed catalog.
|
CatalogSchemaChangePolicy |
S3CatalogTarget.getSchemaChangePolicy()
A policy that specifies update behavior for the crawler.
|
CatalogSchemaChangePolicy |
S3HudiCatalogTarget.getSchemaChangePolicy()
A policy that specifies update behavior for the crawler.
|
CatalogSchemaChangePolicy |
CatalogSchemaChangePolicy.withEnableUpdateCatalog(Boolean enableUpdateCatalog)
Whether to use the specified update behavior when the crawler finds a changed schema.
|
CatalogSchemaChangePolicy |
CatalogSchemaChangePolicy.withUpdateBehavior(String updateBehavior)
The update behavior when the crawler finds a changed schema.
|
CatalogSchemaChangePolicy |
CatalogSchemaChangePolicy.withUpdateBehavior(UpdateCatalogBehavior updateBehavior)
The update behavior when the crawler finds a changed schema.
|
| Modifier and Type | Method and Description |
|---|---|
void |
S3DeltaCatalogTarget.setSchemaChangePolicy(CatalogSchemaChangePolicy schemaChangePolicy)
A policy that specifies update behavior for the crawler.
|
void |
GovernedCatalogTarget.setSchemaChangePolicy(CatalogSchemaChangePolicy schemaChangePolicy)
A policy that specifies update behavior for the governed catalog.
|
void |
S3CatalogTarget.setSchemaChangePolicy(CatalogSchemaChangePolicy schemaChangePolicy)
A policy that specifies update behavior for the crawler.
|
void |
S3HudiCatalogTarget.setSchemaChangePolicy(CatalogSchemaChangePolicy schemaChangePolicy)
A policy that specifies update behavior for the crawler.
|
S3DeltaCatalogTarget |
S3DeltaCatalogTarget.withSchemaChangePolicy(CatalogSchemaChangePolicy schemaChangePolicy)
A policy that specifies update behavior for the crawler.
|
GovernedCatalogTarget |
GovernedCatalogTarget.withSchemaChangePolicy(CatalogSchemaChangePolicy schemaChangePolicy)
A policy that specifies update behavior for the governed catalog.
|
S3CatalogTarget |
S3CatalogTarget.withSchemaChangePolicy(CatalogSchemaChangePolicy schemaChangePolicy)
A policy that specifies update behavior for the crawler.
|
S3HudiCatalogTarget |
S3HudiCatalogTarget.withSchemaChangePolicy(CatalogSchemaChangePolicy schemaChangePolicy)
A policy that specifies update behavior for the crawler.
|
Copyright © 2023. All rights reserved.