Interface DataAccessorReference
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
DataAccessorReference.Jsii$Proxy
@Generated(value="jsii-pacmak/1.113.0 (build fc68b25)",
date="2025-09-15T14:52:03.445Z")
@Stability(Stable)
public interface DataAccessorReference
extends software.amazon.jsii.JsiiSerializable
A reference to a DataAccessor 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.services.qbusiness.*; DataAccessorReference dataAccessorReference = DataAccessorReference.builder() .applicationId("applicationId") .dataAccessorArn("dataAccessorArn") .dataAccessorId("dataAccessorId") .build();
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final class
A builder forDataAccessorReference
static final class
An implementation forDataAccessorReference
-
Method Summary
Modifier and TypeMethodDescriptionbuilder()
The ApplicationId of the DataAccessor resource.The ARN of the DataAccessor resource.The DataAccessorId of the DataAccessor resource.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getApplicationId
The ApplicationId of the DataAccessor resource. -
getDataAccessorArn
The ARN of the DataAccessor resource. -
getDataAccessorId
The DataAccessorId of the DataAccessor resource. -
builder
- Returns:
- a
DataAccessorReference.Builder
ofDataAccessorReference
-