Interface CfnAnnotationStore.ReferenceItemProperty
- All Superinterfaces:
 software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
 CfnAnnotationStore.ReferenceItemProperty.Jsii$Proxy
- Enclosing class:
 - CfnAnnotationStore
 
@Stability(Stable)
public static interface CfnAnnotationStore.ReferenceItemProperty
extends software.amazon.jsii.JsiiSerializable
A genome reference.
 
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.*;
 ReferenceItemProperty referenceItemProperty = ReferenceItemProperty.builder()
         .referenceArn("referenceArn")
         .build();
 - 
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnAnnotationStore.ReferenceItemPropertystatic final classAn implementation forCfnAnnotationStore.ReferenceItemProperty - 
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson 
- 
Method Details
- 
getReferenceArn
The reference's ARN. - 
builder
 
 -