| Package | Description |
|---|---|
| software.amazon.awssdk.services.glue.model |
| Modifier and Type | Method and Description |
|---|---|
static CatalogSchemaChangePolicy.Builder |
CatalogSchemaChangePolicy.builder() |
CatalogSchemaChangePolicy.Builder |
CatalogSchemaChangePolicy.Builder.enableUpdateCatalog(Boolean enableUpdateCatalog)
Whether to use the specified update behavior when the crawler finds a changed schema.
|
CatalogSchemaChangePolicy.Builder |
CatalogSchemaChangePolicy.toBuilder() |
CatalogSchemaChangePolicy.Builder |
CatalogSchemaChangePolicy.Builder.updateBehavior(String updateBehavior)
The update behavior when the crawler finds a changed schema.
|
CatalogSchemaChangePolicy.Builder |
CatalogSchemaChangePolicy.Builder.updateBehavior(UpdateCatalogBehavior updateBehavior)
The update behavior when the crawler finds a changed schema.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends CatalogSchemaChangePolicy.Builder> |
CatalogSchemaChangePolicy.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default S3DeltaCatalogTarget.Builder |
S3DeltaCatalogTarget.Builder.schemaChangePolicy(Consumer<CatalogSchemaChangePolicy.Builder> schemaChangePolicy)
A policy that specifies update behavior for the crawler.
|
default GovernedCatalogTarget.Builder |
GovernedCatalogTarget.Builder.schemaChangePolicy(Consumer<CatalogSchemaChangePolicy.Builder> schemaChangePolicy)
A policy that specifies update behavior for the governed catalog.
|
default S3HudiCatalogTarget.Builder |
S3HudiCatalogTarget.Builder.schemaChangePolicy(Consumer<CatalogSchemaChangePolicy.Builder> schemaChangePolicy)
A policy that specifies update behavior for the crawler.
|
default S3CatalogTarget.Builder |
S3CatalogTarget.Builder.schemaChangePolicy(Consumer<CatalogSchemaChangePolicy.Builder> schemaChangePolicy)
A policy that specifies update behavior for the crawler.
|
Copyright © 2023. All rights reserved.