public static interface DirectSchemaChangePolicy.Builder extends SdkPojo, CopyableBuilder<DirectSchemaChangePolicy.Builder,DirectSchemaChangePolicy>
| Modifier and Type | Method and Description |
|---|---|
DirectSchemaChangePolicy.Builder |
database(String database)
Specifies the database that the schema change policy applies to.
|
DirectSchemaChangePolicy.Builder |
enableUpdateCatalog(Boolean enableUpdateCatalog)
Whether to use the specified update behavior when the crawler finds a changed schema.
|
DirectSchemaChangePolicy.Builder |
table(String table)
Specifies the table in the database that the schema change policy applies to.
|
DirectSchemaChangePolicy.Builder |
updateBehavior(String updateBehavior)
The update behavior when the crawler finds a changed schema.
|
DirectSchemaChangePolicy.Builder |
updateBehavior(UpdateCatalogBehavior updateBehavior)
The update behavior when the crawler finds a changed schema.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildDirectSchemaChangePolicy.Builder enableUpdateCatalog(Boolean enableUpdateCatalog)
Whether to use the specified update behavior when the crawler finds a changed schema.
enableUpdateCatalog - Whether to use the specified update behavior when the crawler finds a changed schema.DirectSchemaChangePolicy.Builder updateBehavior(String updateBehavior)
The update behavior when the crawler finds a changed schema.
updateBehavior - The update behavior when the crawler finds a changed schema.UpdateCatalogBehavior,
UpdateCatalogBehaviorDirectSchemaChangePolicy.Builder updateBehavior(UpdateCatalogBehavior updateBehavior)
The update behavior when the crawler finds a changed schema.
updateBehavior - The update behavior when the crawler finds a changed schema.UpdateCatalogBehavior,
UpdateCatalogBehaviorDirectSchemaChangePolicy.Builder table(String table)
Specifies the table in the database that the schema change policy applies to.
table - Specifies the table in the database that the schema change policy applies to.DirectSchemaChangePolicy.Builder database(String database)
Specifies the database that the schema change policy applies to.
database - Specifies the database that the schema change policy applies to.Copyright © 2023. All rights reserved.