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();
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final class
A builder forOwnerReference
static final class
An implementation forOwnerReference
-
Method Summary
Modifier and TypeMethodDescriptionstatic OwnerReference.Builder
builder()
The DomainIdentifier of the Owner resource.The EntityIdentifier of the Owner resource.The EntityType of the Owner resource.The OwnerIdentifier of the Owner resource.The OwnerType of the Owner resource.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getDomainIdentifier
The DomainIdentifier of the Owner resource. -
getEntityIdentifier
The EntityIdentifier of the Owner resource. -
getEntityType
The EntityType of the Owner resource. -
getOwnerIdentifier
The OwnerIdentifier of the Owner resource. -
getOwnerType
The OwnerType of the Owner resource. -
builder
- Returns:
- a
OwnerReference.Builder
ofOwnerReference
-