Interface DirectSchemaChangePolicy.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<DirectSchemaChangePolicy.Builder,
,DirectSchemaChangePolicy> SdkBuilder<DirectSchemaChangePolicy.Builder,
,DirectSchemaChangePolicy> SdkPojo
- Enclosing class:
DirectSchemaChangePolicy
public static interface DirectSchemaChangePolicy.Builder
extends SdkPojo, CopyableBuilder<DirectSchemaChangePolicy.Builder,DirectSchemaChangePolicy>
-
Method Summary
Modifier and TypeMethodDescriptionSpecifies the database that the schema change policy applies to.enableUpdateCatalog
(Boolean enableUpdateCatalog) Whether to use the specified update behavior when the crawler finds a changed schema.Specifies the table in the database that the schema change policy applies to.updateBehavior
(String updateBehavior) The update behavior when the crawler finds a changed schema.updateBehavior
(UpdateCatalogBehavior updateBehavior) The update behavior when the crawler finds a changed schema.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
enableUpdateCatalog
Whether to use the specified update behavior when the crawler finds a changed schema.
- Parameters:
enableUpdateCatalog
- Whether to use the specified update behavior when the crawler finds a changed schema.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
updateBehavior
The update behavior when the crawler finds a changed schema.
- Parameters:
updateBehavior
- The update behavior when the crawler finds a changed schema.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
updateBehavior
The update behavior when the crawler finds a changed schema.
- Parameters:
updateBehavior
- The update behavior when the crawler finds a changed schema.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
table
Specifies the table in the database that the schema change policy applies to.
- Parameters:
table
- Specifies the table in the database that the schema change policy applies to.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
database
Specifies the database that the schema change policy applies to.
- Parameters:
database
- Specifies the database that the schema change policy applies to.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-