Interface DataLakeAssociationReference
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
DataLakeAssociationReference.Jsii$Proxy
@Generated(value="jsii-pacmak/1.138.0 (build 0ca7ee8)",
date="2026-08-10T14:51:14.278Z")
@Stability(Stable)
public interface DataLakeAssociationReference
extends software.amazon.jsii.JsiiSerializable
A reference to a DataLakeAssociation resource.
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.interfaces.connect.*;
DataLakeAssociationReference dataLakeAssociationReference = DataLakeAssociationReference.builder()
.dataSetId("dataSetId")
.instanceId("instanceId")
.targetAccountId("targetAccountId")
.build();
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forDataLakeAssociationReferencestatic final classAn implementation forDataLakeAssociationReference -
Method Summary
Modifier and TypeMethodDescriptionbuilder()The DataSetId of the DataLakeAssociation resource.The InstanceId of the DataLakeAssociation resource.The TargetAccountId of the DataLakeAssociation resource.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getDataSetId
The DataSetId of the DataLakeAssociation resource. -
getInstanceId
The InstanceId of the DataLakeAssociation resource. -
getTargetAccountId
The TargetAccountId of the DataLakeAssociation resource. -
builder
-