Interface AccessorReference
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
AccessorReference.Jsii$Proxy
@Generated(value="jsii-pacmak/1.118.0 (build 02eec31)",
date="2025-11-10T13:40:09.499Z")
@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 classA builder forAccessorReferencestatic final classAn implementation forAccessorReference -
Method Summary
Modifier and TypeMethodDescriptionstatic AccessorReference.Builderbuilder()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.BuilderofAccessorReference
-