Class CfnConnectionPropsMixin.IamPropertiesInputProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.datazone.CfnConnectionPropsMixin.IamPropertiesInputProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnConnectionPropsMixin.IamPropertiesInputProperty>
- Enclosing interface:
CfnConnectionPropsMixin.IamPropertiesInputProperty
@Stability(Stable)
public static final class CfnConnectionPropsMixin.IamPropertiesInputProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnConnectionPropsMixin.IamPropertiesInputProperty>
A builder for
CfnConnectionPropsMixin.IamPropertiesInputProperty-
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 CfnConnectionPropsMixin.IamPropertiesInputProperty.Builder glueLineageSyncEnabled(Boolean glueLineageSyncEnabled) - Parameters:
glueLineageSyncEnabled- Specifies whether AWS Glue lineage sync is enabled for a connection.- Returns:
this
-
glueLineageSyncEnabled
@Stability(Stable) public CfnConnectionPropsMixin.IamPropertiesInputProperty.Builder glueLineageSyncEnabled(IResolvable glueLineageSyncEnabled) - Parameters:
glueLineageSyncEnabled- Specifies whether AWS Glue lineage sync is enabled for a connection.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnConnectionPropsMixin.IamPropertiesInputProperty>- Returns:
- a new instance of
CfnConnectionPropsMixin.IamPropertiesInputProperty - Throws:
NullPointerException- if any required attribute was not provided
-