Class CfnAnnotationStore.ReferenceItemProperty.Builder
java.lang.Object
software.amazon.awscdk.services.omics.CfnAnnotationStore.ReferenceItemProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnAnnotationStore.ReferenceItemProperty>
- Enclosing interface:
CfnAnnotationStore.ReferenceItemProperty
@Stability(Stable)
public static final class CfnAnnotationStore.ReferenceItemProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnAnnotationStore.ReferenceItemProperty>
A builder for
CfnAnnotationStore.ReferenceItemProperty
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
Builds the configured instance.referenceArn
(String referenceArn) Sets the value ofCfnAnnotationStore.ReferenceItemProperty.getReferenceArn()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
referenceArn
@Stability(Stable) public CfnAnnotationStore.ReferenceItemProperty.Builder referenceArn(String referenceArn) Sets the value ofCfnAnnotationStore.ReferenceItemProperty.getReferenceArn()
- Parameters:
referenceArn
- The reference's ARN. This parameter is required.- Returns:
this
-
build
Builds the configured instance.- Specified by:
build
in interfacesoftware.amazon.jsii.Builder<CfnAnnotationStore.ReferenceItemProperty>
- Returns:
- a new instance of
CfnAnnotationStore.ReferenceItemProperty
- Throws:
NullPointerException
- if any required attribute was not provided
-