Class AnnotationStoreReference.Builder
java.lang.Object
software.amazon.awscdk.services.omics.AnnotationStoreReference.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<AnnotationStoreReference>
- Enclosing interface:
AnnotationStoreReference
@Stability(Stable)
public static final class AnnotationStoreReference.Builder
extends Object
implements software.amazon.jsii.Builder<AnnotationStoreReference>
A builder for
AnnotationStoreReference
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionannotationStoreName
(String annotationStoreName) Sets the value ofAnnotationStoreReference.getAnnotationStoreName()
build()
Builds the configured instance.
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
annotationStoreName
@Stability(Stable) public AnnotationStoreReference.Builder annotationStoreName(String annotationStoreName) Sets the value ofAnnotationStoreReference.getAnnotationStoreName()
- Parameters:
annotationStoreName
- The Name of the AnnotationStore resource. This parameter is required.- Returns:
this
-
build
Builds the configured instance.- Specified by:
build
in interfacesoftware.amazon.jsii.Builder<AnnotationStoreReference>
- Returns:
- a new instance of
AnnotationStoreReference
- Throws:
NullPointerException
- if any required attribute was not provided
-