@Stability(value=Stable) public static final class CfnCrawler.SchemaChangePolicyProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnCrawler.SchemaChangePolicyProperty>
CfnCrawler.SchemaChangePolicyProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnCrawler.SchemaChangePolicyProperty |
build()
Builds the configured instance.
|
CfnCrawler.SchemaChangePolicyProperty.Builder |
deleteBehavior(String deleteBehavior)
Sets the value of
CfnCrawler.SchemaChangePolicyProperty.getDeleteBehavior() |
CfnCrawler.SchemaChangePolicyProperty.Builder |
updateBehavior(String updateBehavior)
Sets the value of
CfnCrawler.SchemaChangePolicyProperty.getUpdateBehavior() |
@Stability(value=Stable) public CfnCrawler.SchemaChangePolicyProperty.Builder deleteBehavior(String deleteBehavior)
CfnCrawler.SchemaChangePolicyProperty.getDeleteBehavior()deleteBehavior - The deletion behavior when the crawler finds a deleted object.
A value of LOG specifies that if a table or partition is found to no longer exist, do not delete it, only log that it was found to no longer exist.
A value of DELETE_FROM_DATABASE specifies that if a table or partition is found to have been removed, delete it from the database.
A value of DEPRECATE_IN_DATABASE specifies that if a table has been found to no longer exist, to add a property to the table that says "DEPRECATED" and includes a timestamp with the time of deprecation.
this@Stability(value=Stable) public CfnCrawler.SchemaChangePolicyProperty.Builder updateBehavior(String updateBehavior)
CfnCrawler.SchemaChangePolicyProperty.getUpdateBehavior()updateBehavior - The update behavior when the crawler finds a changed schema.
A value of LOG specifies that if a table or a partition already exists, and a change is detected, do not update it, only log that a change was detected. Add new tables and new partitions (including on existing tables).
A value of UPDATE_IN_DATABASE specifies that if a table or partition already exists, and a change is detected, update it. Add new tables and partitions.
this@Stability(value=Stable) public CfnCrawler.SchemaChangePolicyProperty build()
build in interface software.amazon.jsii.Builder<CfnCrawler.SchemaChangePolicyProperty>CfnCrawler.SchemaChangePolicyPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.