Interface ApiReference
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
ApiReference.Jsii$Proxy
@Generated(value="jsii-pacmak/1.116.0 (build 0eddcff)",
date="2025-10-29T11:15:32.539Z")
@Stability(Stable)
public interface ApiReference
extends software.amazon.jsii.JsiiSerializable
A reference to a Api 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.*;
ApiReference apiReference = ApiReference.builder()
.apiArn("apiArn")
.build();
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forApiReferencestatic final classAn implementation forApiReference -
Method Summary
Modifier and TypeMethodDescriptionstatic ApiReference.Builderbuilder()The ApiArn of the Api resource.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getApiArn
The ApiArn of the Api resource. -
builder
- Returns:
- a
ApiReference.BuilderofApiReference
-