Interface OwnerReference
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
OwnerReference.Jsii$Proxy
@Generated(value="jsii-pacmak/1.119.0 (build 1634eac)",
date="2025-11-13T16:10:16.617Z")
@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.interfaces.datazone.*;
OwnerReference ownerReference = OwnerReference.builder()
.domainIdentifier("domainIdentifier")
.entityIdentifier("entityIdentifier")
.entityType("entityType")
.ownerIdentifier("ownerIdentifier")
.ownerType("ownerType")
.build();
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forOwnerReferencestatic final classAn implementation forOwnerReference -
Method Summary
Modifier and TypeMethodDescriptionstatic OwnerReference.Builderbuilder()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.BuilderofOwnerReference
-