Interface CapabilityReference
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CapabilityReference.Jsii$Proxy
@Generated(value="jsii-pacmak/1.119.0 (build 1634eac)",
date="2025-11-20T23:37:32.452Z")
@Stability(Stable)
public interface CapabilityReference
extends software.amazon.jsii.JsiiSerializable
A reference to a Capability 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.b2bi.*;
CapabilityReference capabilityReference = CapabilityReference.builder()
.capabilityArn("capabilityArn")
.capabilityId("capabilityId")
.build();
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCapabilityReferencestatic final classAn implementation forCapabilityReference -
Method Summary
Modifier and TypeMethodDescriptionstatic CapabilityReference.Builderbuilder()The ARN of the Capability resource.The CapabilityId of the Capability resource.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getCapabilityArn
The ARN of the Capability resource. -
getCapabilityId
The CapabilityId of the Capability resource. -
builder
- Returns:
- a
CapabilityReference.BuilderofCapabilityReference
-