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();
 
  • Method Details

    • getApplicationId

      @Stability(Stable) @NotNull String getApplicationId()
      The ApplicationId of the DataAccessor resource.
    • getDataAccessorArn

      @Stability(Stable) @NotNull String getDataAccessorArn()
      The ARN of the DataAccessor resource.
    • getDataAccessorId

      @Stability(Stable) @NotNull String getDataAccessorId()
      The DataAccessorId of the DataAccessor resource.
    • builder

      @Stability(Stable) static DataAccessorReference.Builder builder()
      Returns:
      a DataAccessorReference.Builder of DataAccessorReference