Uses of Interface
software.amazon.awssdk.services.glue.model.CatalogSchemaChangePolicy.Builder
-
Packages that use CatalogSchemaChangePolicy.Builder Package Description software.amazon.awssdk.services.glue.model -
-
Uses of CatalogSchemaChangePolicy.Builder in software.amazon.awssdk.services.glue.model
Methods in software.amazon.awssdk.services.glue.model that return CatalogSchemaChangePolicy.Builder Modifier and Type Method Description static CatalogSchemaChangePolicy.BuilderCatalogSchemaChangePolicy. builder()CatalogSchemaChangePolicy.BuilderCatalogSchemaChangePolicy.Builder. enableUpdateCatalog(Boolean enableUpdateCatalog)Whether to use the specified update behavior when the crawler finds a changed schema.CatalogSchemaChangePolicy.BuilderCatalogSchemaChangePolicy. toBuilder()CatalogSchemaChangePolicy.BuilderCatalogSchemaChangePolicy.Builder. updateBehavior(String updateBehavior)The update behavior when the crawler finds a changed schema.CatalogSchemaChangePolicy.BuilderCatalogSchemaChangePolicy.Builder. updateBehavior(UpdateCatalogBehavior updateBehavior)The update behavior when the crawler finds a changed schema.Methods in software.amazon.awssdk.services.glue.model that return types with arguments of type CatalogSchemaChangePolicy.Builder Modifier and Type Method Description static Class<? extends CatalogSchemaChangePolicy.Builder>CatalogSchemaChangePolicy. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.glue.model with type arguments of type CatalogSchemaChangePolicy.Builder Modifier and Type Method Description default GovernedCatalogTarget.BuilderGovernedCatalogTarget.Builder. schemaChangePolicy(Consumer<CatalogSchemaChangePolicy.Builder> schemaChangePolicy)A policy that specifies update behavior for the governed catalog.default S3CatalogTarget.BuilderS3CatalogTarget.Builder. schemaChangePolicy(Consumer<CatalogSchemaChangePolicy.Builder> schemaChangePolicy)A policy that specifies update behavior for the crawler.default S3DeltaCatalogTarget.BuilderS3DeltaCatalogTarget.Builder. schemaChangePolicy(Consumer<CatalogSchemaChangePolicy.Builder> schemaChangePolicy)A policy that specifies update behavior for the crawler.default S3HudiCatalogTarget.BuilderS3HudiCatalogTarget.Builder. schemaChangePolicy(Consumer<CatalogSchemaChangePolicy.Builder> schemaChangePolicy)A policy that specifies update behavior for the crawler.
-