Interface SequenceStoreReference
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
SequenceStoreReference.Jsii$Proxy
@Generated(value="jsii-pacmak/1.113.0 (build fc68b25)",
date="2025-09-15T14:52:02.872Z")
@Stability(Stable)
public interface SequenceStoreReference
extends software.amazon.jsii.JsiiSerializable
A reference to a SequenceStore 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.omics.*; SequenceStoreReference sequenceStoreReference = SequenceStoreReference.builder() .sequenceStoreArn("sequenceStoreArn") .sequenceStoreId("sequenceStoreId") .build();
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final class
A builder forSequenceStoreReference
static final class
An implementation forSequenceStoreReference
-
Method Summary
Modifier and TypeMethodDescriptionbuilder()
The ARN of the SequenceStore resource.The SequenceStoreId of the SequenceStore resource.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getSequenceStoreArn
The ARN of the SequenceStore resource. -
getSequenceStoreId
The SequenceStoreId of the SequenceStore resource. -
builder
- Returns:
- a
SequenceStoreReference.Builder
ofSequenceStoreReference
-