Interface CfnVariantStore.ReferenceItemProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnVariantStore.ReferenceItemProperty.Jsii$Proxy
- Enclosing class:
- CfnVariantStore
@Stability(Stable)
public static interface CfnVariantStore.ReferenceItemProperty
extends software.amazon.jsii.JsiiSerializable
The read set's genome reference ARN.
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
Modifier and TypeInterfaceDescriptionstatic final class
A builder forCfnVariantStore.ReferenceItemProperty
static final class
An implementation forCfnVariantStore.ReferenceItemProperty
-
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getReferenceArn
The reference's ARN. -
builder
-