Interface DomainUnitReference
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
DomainUnitReference.Jsii$Proxy
@Generated(value="jsii-pacmak/1.113.0 (build fc68b25)",
date="2025-09-15T14:51:55.222Z")
@Stability(Stable)
public interface DomainUnitReference
extends software.amazon.jsii.JsiiSerializable
A reference to a DomainUnit 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.*; DomainUnitReference domainUnitReference = DomainUnitReference.builder() .domainId("domainId") .domainUnitId("domainUnitId") .build();
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final class
A builder forDomainUnitReference
static final class
An implementation forDomainUnitReference
-
Method Summary
Modifier and TypeMethodDescriptionstatic DomainUnitReference.Builder
builder()
The DomainId of the DomainUnit resource.The Id of the DomainUnit resource.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getDomainId
The DomainId of the DomainUnit resource. -
getDomainUnitId
The Id of the DomainUnit resource. -
builder
- Returns:
- a
DomainUnitReference.Builder
ofDomainUnitReference
-