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