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