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