Class CfnDataLakeAssociationMixinProps.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.connect.CfnDataLakeAssociationMixinProps.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnDataLakeAssociationMixinProps>
- Enclosing interface:
CfnDataLakeAssociationMixinProps
@Stability(Stable)
public static final class CfnDataLakeAssociationMixinProps.Builder
extends Object
implements software.amazon.jsii.Builder<CfnDataLakeAssociationMixinProps>
A builder for
CfnDataLakeAssociationMixinProps-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.Sets the value ofCfnDataLakeAssociationMixinProps.getDataSetId()instanceId(String instanceId) Sets the value ofCfnDataLakeAssociationMixinProps.getInstanceId()targetAccountId(String targetAccountId) Sets the value ofCfnDataLakeAssociationMixinProps.getTargetAccountId()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
dataSetId
Sets the value ofCfnDataLakeAssociationMixinProps.getDataSetId()- Parameters:
dataSetId- The identifier of the analytics data set.- Returns:
this
-
instanceId
Sets the value ofCfnDataLakeAssociationMixinProps.getInstanceId()- Parameters:
instanceId- The identifier of the Amazon Connect instance.- Returns:
this
-
targetAccountId
@Stability(Stable) public CfnDataLakeAssociationMixinProps.Builder targetAccountId(String targetAccountId) Sets the value ofCfnDataLakeAssociationMixinProps.getTargetAccountId()- Parameters:
targetAccountId- The identifier of the target account.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnDataLakeAssociationMixinProps>- Returns:
- a new instance of
CfnDataLakeAssociationMixinProps - Throws:
NullPointerException- if any required attribute was not provided
-