Interface DomainUnitReference
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
DomainUnitReference.Jsii$Proxy
@Generated(value="jsii-pacmak/1.119.0 (build 1634eac)",
date="2025-11-13T16:10:16.610Z")
@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.interfaces.datazone.*;
DomainUnitReference domainUnitReference = DomainUnitReference.builder()
.domainId("domainId")
.domainUnitId("domainUnitId")
.build();
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forDomainUnitReferencestatic final classAn implementation forDomainUnitReference -
Method Summary
Modifier and TypeMethodDescriptionstatic DomainUnitReference.Builderbuilder()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.BuilderofDomainUnitReference
-