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