Interface EntityReference

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
EntityReference.Jsii$Proxy

@Generated(value="jsii-pacmak/1.113.0 (build fc68b25)", date="2025-09-15T14:51:59.471Z") @Stability(Stable) public interface EntityReference extends software.amazon.jsii.JsiiSerializable
A reference to a Entity 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.iottwinmaker.*;
 EntityReference entityReference = EntityReference.builder()
         .entityArn("entityArn")
         .entityId("entityId")
         .workspaceId("workspaceId")
         .build();
 
  • Method Details

    • getEntityArn

      @Stability(Stable) @NotNull String getEntityArn()
      The ARN of the Entity resource.
    • getEntityId

      @Stability(Stable) @NotNull String getEntityId()
      The EntityId of the Entity resource.
    • getWorkspaceId

      @Stability(Stable) @NotNull String getWorkspaceId()
      The WorkspaceId of the Entity resource.
    • builder

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