Interface CapabilityReference
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CapabilityReference.Jsii$Proxy
@Generated(value="jsii-pacmak/1.113.0 (build fc68b25)",
date="2025-09-15T14:51:52.379Z")
@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.services.b2bi.*; CapabilityReference capabilityReference = CapabilityReference.builder() .capabilityArn("capabilityArn") .capabilityId("capabilityId") .build();
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final class
A builder forCapabilityReference
static final class
An implementation forCapabilityReference
-
Method Summary
Modifier and TypeMethodDescriptionstatic CapabilityReference.Builder
builder()
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.Builder
ofCapabilityReference
-