Interface OwnerReference

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

@Generated(value="jsii-pacmak/1.113.0 (build fc68b25)", date="2025-09-15T14:51:55.226Z") @Stability(Stable) public interface OwnerReference extends software.amazon.jsii.JsiiSerializable
A reference to a Owner 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.datazone.*;
 OwnerReference ownerReference = OwnerReference.builder()
         .domainIdentifier("domainIdentifier")
         .entityIdentifier("entityIdentifier")
         .entityType("entityType")
         .ownerIdentifier("ownerIdentifier")
         .ownerType("ownerType")
         .build();
 
  • Method Details

    • getDomainIdentifier

      @Stability(Stable) @NotNull String getDomainIdentifier()
      The DomainIdentifier of the Owner resource.
    • getEntityIdentifier

      @Stability(Stable) @NotNull String getEntityIdentifier()
      The EntityIdentifier of the Owner resource.
    • getEntityType

      @Stability(Stable) @NotNull String getEntityType()
      The EntityType of the Owner resource.
    • getOwnerIdentifier

      @Stability(Stable) @NotNull String getOwnerIdentifier()
      The OwnerIdentifier of the Owner resource.
    • getOwnerType

      @Stability(Stable) @NotNull String getOwnerType()
      The OwnerType of the Owner resource.
    • builder

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