Interface LakehousePropertiesOutput.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<LakehousePropertiesOutput.Builder,,LakehousePropertiesOutput> SdkBuilder<LakehousePropertiesOutput.Builder,,LakehousePropertiesOutput> SdkPojo
- Enclosing class:
LakehousePropertiesOutput
@Mutable
@NotThreadSafe
public static interface LakehousePropertiesOutput.Builder
extends SdkPojo, CopyableBuilder<LakehousePropertiesOutput.Builder,LakehousePropertiesOutput>
-
Method Summary
Modifier and TypeMethodDescriptionglueLineageSyncEnabled(Boolean glueLineageSyncEnabled) Specifies whether Glue lineage sync is enabled for tables managed by Glue crawlers.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
glueLineageSyncEnabled
Specifies whether Glue lineage sync is enabled for tables managed by Glue crawlers.
- Parameters:
glueLineageSyncEnabled- Specifies whether Glue lineage sync is enabled for tables managed by Glue crawlers.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-