Class CfnDataLakeAssociation.Builder
java.lang.Object
software.amazon.awscdk.services.connect.CfnDataLakeAssociation.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnDataLakeAssociation>
- Enclosing class:
CfnDataLakeAssociation
@Stability(Stable)
public static final class CfnDataLakeAssociation.Builder
extends Object
implements software.amazon.jsii.Builder<CfnDataLakeAssociation>
A fluent builder for
CfnDataLakeAssociation.-
Method Summary
Modifier and TypeMethodDescriptionbuild()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 CfnDataLakeAssociation.Builder create(software.constructs.Construct scope, String id) - Parameters:
scope- Scope in which this resource is defined. This parameter is required.id- Construct identifier for this resource (unique in its scope). This parameter is required.- Returns:
- a new instance of
CfnDataLakeAssociation.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
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<CfnDataLakeAssociation>- Returns:
- a newly built instance of
CfnDataLakeAssociation.
-