Class CfnConnection.LakehousePropertiesInputProperty.Builder
java.lang.Object
software.amazon.awscdk.services.datazone.CfnConnection.LakehousePropertiesInputProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnConnection.LakehousePropertiesInputProperty>
- Enclosing interface:
CfnConnection.LakehousePropertiesInputProperty
@Stability(Stable)
public static final class CfnConnection.LakehousePropertiesInputProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnConnection.LakehousePropertiesInputProperty>
A builder for
CfnConnection.LakehousePropertiesInputProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.glueLineageSyncEnabled(Boolean glueLineageSyncEnabled) glueLineageSyncEnabled(IResolvable glueLineageSyncEnabled)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
glueLineageSyncEnabled
@Stability(Stable) public CfnConnection.LakehousePropertiesInputProperty.Builder glueLineageSyncEnabled(Boolean glueLineageSyncEnabled) - Parameters:
glueLineageSyncEnabled- Specifies whether Glue lineage sync is enabled for the lakehouse connection.- Returns:
this
-
glueLineageSyncEnabled
@Stability(Stable) public CfnConnection.LakehousePropertiesInputProperty.Builder glueLineageSyncEnabled(IResolvable glueLineageSyncEnabled) - Parameters:
glueLineageSyncEnabled- Specifies whether Glue lineage sync is enabled for the lakehouse connection.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnConnection.LakehousePropertiesInputProperty>- Returns:
- a new instance of
CfnConnection.LakehousePropertiesInputProperty - Throws:
NullPointerException- if any required attribute was not provided
-