Interface DomainNameApiAssociationReference
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
DomainNameApiAssociationReference.Jsii$Proxy
@Generated(value="jsii-pacmak/1.118.0 (build 02eec31)",
date="2025-11-04T09:27:34.571Z")
@Stability(Stable)
public interface DomainNameApiAssociationReference
extends software.amazon.jsii.JsiiSerializable
A reference to a DomainNameApiAssociation 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.appsync.*;
DomainNameApiAssociationReference domainNameApiAssociationReference = DomainNameApiAssociationReference.builder()
.apiAssociationIdentifier("apiAssociationIdentifier")
.build();
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forDomainNameApiAssociationReferencestatic final classAn implementation forDomainNameApiAssociationReference -
Method Summary
Modifier and TypeMethodDescriptionbuilder()The ApiAssociationIdentifier of the DomainNameApiAssociation resource.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getApiAssociationIdentifier
The ApiAssociationIdentifier of the DomainNameApiAssociation resource. -
builder
-