Interface AccessorReference
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
AccessorReference.Jsii$Proxy
@Generated(value="jsii-pacmak/1.113.0 (build fc68b25)",
date="2025-09-15T14:52:02.016Z")
@Stability(Stable)
public interface AccessorReference
extends software.amazon.jsii.JsiiSerializable
A reference to a Accessor 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.managedblockchain.*; AccessorReference accessorReference = AccessorReference.builder() .accessorArn("accessorArn") .accessorId("accessorId") .build();
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final class
A builder forAccessorReference
static final class
An implementation forAccessorReference
-
Method Summary
Modifier and TypeMethodDescriptionstatic AccessorReference.Builder
builder()
The ARN of the Accessor resource.The Id of the Accessor resource.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getAccessorArn
The ARN of the Accessor resource. -
getAccessorId
The Id of the Accessor resource. -
builder
- Returns:
- a
AccessorReference.Builder
ofAccessorReference
-