| Package | Description |
|---|---|
| software.amazon.awssdk.services.glue.model |
| Modifier and Type | Method and Description |
|---|---|
static DirectSchemaChangePolicy.Builder |
DirectSchemaChangePolicy.builder() |
DirectSchemaChangePolicy.Builder |
DirectSchemaChangePolicy.Builder.database(String database)
Specifies the database that the schema change policy applies to.
|
DirectSchemaChangePolicy.Builder |
DirectSchemaChangePolicy.Builder.enableUpdateCatalog(Boolean enableUpdateCatalog)
Whether to use the specified update behavior when the crawler finds a changed schema.
|
DirectSchemaChangePolicy.Builder |
DirectSchemaChangePolicy.Builder.table(String table)
Specifies the table in the database that the schema change policy applies to.
|
DirectSchemaChangePolicy.Builder |
DirectSchemaChangePolicy.toBuilder() |
DirectSchemaChangePolicy.Builder |
DirectSchemaChangePolicy.Builder.updateBehavior(String updateBehavior)
The update behavior when the crawler finds a changed schema.
|
DirectSchemaChangePolicy.Builder |
DirectSchemaChangePolicy.Builder.updateBehavior(UpdateCatalogBehavior updateBehavior)
The update behavior when the crawler finds a changed schema.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends DirectSchemaChangePolicy.Builder> |
DirectSchemaChangePolicy.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default S3DeltaDirectTarget.Builder |
S3DeltaDirectTarget.Builder.schemaChangePolicy(Consumer<DirectSchemaChangePolicy.Builder> schemaChangePolicy)
A policy that specifies update behavior for the crawler.
|
default S3HudiDirectTarget.Builder |
S3HudiDirectTarget.Builder.schemaChangePolicy(Consumer<DirectSchemaChangePolicy.Builder> schemaChangePolicy)
A policy that specifies update behavior for the crawler.
|
default S3DirectTarget.Builder |
S3DirectTarget.Builder.schemaChangePolicy(Consumer<DirectSchemaChangePolicy.Builder> schemaChangePolicy)
A policy that specifies update behavior for the crawler.
|
default S3GlueParquetTarget.Builder |
S3GlueParquetTarget.Builder.schemaChangePolicy(Consumer<DirectSchemaChangePolicy.Builder> schemaChangePolicy)
A policy that specifies update behavior for the crawler.
|
Copyright © 2023. All rights reserved.