Class CfnDataLakeAssociationPropsMixin.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.connect.CfnDataLakeAssociationPropsMixin.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnDataLakeAssociationPropsMixin>
- Enclosing class:
CfnDataLakeAssociationPropsMixin
@Stability(Stable)
public static final class CfnDataLakeAssociationPropsMixin.Builder
extends Object
implements software.amazon.jsii.Builder<CfnDataLakeAssociationPropsMixin>
A fluent builder for
CfnDataLakeAssociationPropsMixin.-
Method Summary
Modifier and TypeMethodDescriptionbuild()create()create(CfnPropertyMixinOptions options) The identifier of the analytics data set.instanceId(String instanceId) The identifier of the Amazon Connect instance.targetAccountId(String targetAccountId) The identifier of the target account.
-
Method Details
-
create
@Stability(Stable) public static CfnDataLakeAssociationPropsMixin.Builder create(CfnPropertyMixinOptions options) - Parameters:
options- Mixin options.- Returns:
- a new instance of
CfnDataLakeAssociationPropsMixin.Builder.
-
create
- Returns:
- a new instance of
CfnDataLakeAssociationPropsMixin.Builder.
-
dataSetId
The identifier of the analytics data set.- Parameters:
dataSetId- The identifier of the analytics data set. This parameter is required.- Returns:
this- See Also:
-
instanceId
The identifier of the Amazon Connect instance.- Parameters:
instanceId- The identifier of the Amazon Connect instance. This parameter is required.- Returns:
this- See Also:
-
targetAccountId
@Stability(Stable) public CfnDataLakeAssociationPropsMixin.Builder targetAccountId(String targetAccountId) The identifier of the target account.- Parameters:
targetAccountId- The identifier of the target account. This parameter is required.- Returns:
this- See Also:
-
build
- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnDataLakeAssociationPropsMixin>- Returns:
- a newly built instance of
CfnDataLakeAssociationPropsMixin.
-