Interface LinkReference
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
LinkReference.Jsii$Proxy
@Generated(value="jsii-pacmak/1.119.0 (build 1634eac)",
date="2025-11-13T16:10:17.148Z")
@Stability(Stable)
public interface LinkReference
extends software.amazon.jsii.JsiiSerializable
A reference to a Link 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.networkmanager.*;
LinkReference linkReference = LinkReference.builder()
.globalNetworkId("globalNetworkId")
.linkArn("linkArn")
.linkId("linkId")
.build();
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forLinkReferencestatic final classAn implementation forLinkReference -
Method Summary
Modifier and TypeMethodDescriptionstatic LinkReference.Builderbuilder()The GlobalNetworkId of the Link resource.The ARN of the Link resource.The LinkId of the Link resource.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getGlobalNetworkId
The GlobalNetworkId of the Link resource. -
getLinkArn
The ARN of the Link resource. -
getLinkId
The LinkId of the Link resource. -
builder
- Returns:
- a
LinkReference.BuilderofLinkReference
-