Class SequenceStoreReference.Builder
java.lang.Object
software.amazon.awscdk.interfaces.omics.SequenceStoreReference.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<SequenceStoreReference>
- Enclosing interface:
SequenceStoreReference
@Stability(Stable)
public static final class SequenceStoreReference.Builder
extends Object
implements software.amazon.jsii.Builder<SequenceStoreReference>
A builder for
SequenceStoreReference-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.sequenceStoreArn(String sequenceStoreArn) Sets the value ofSequenceStoreReference.getSequenceStoreArn()sequenceStoreId(String sequenceStoreId) Sets the value ofSequenceStoreReference.getSequenceStoreId()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
sequenceStoreArn
Sets the value ofSequenceStoreReference.getSequenceStoreArn()- Parameters:
sequenceStoreArn- The ARN of the SequenceStore resource. This parameter is required.- Returns:
this
-
sequenceStoreId
Sets the value ofSequenceStoreReference.getSequenceStoreId()- Parameters:
sequenceStoreId- The SequenceStoreId of the SequenceStore resource. This parameter is required.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<SequenceStoreReference>- Returns:
- a new instance of
SequenceStoreReference - Throws:
NullPointerException- if any required attribute was not provided
-