Class CfnAnnotationStore.Builder

java.lang.Object
software.amazon.awscdk.services.omics.CfnAnnotationStore.Builder
All Implemented Interfaces:
software.amazon.jsii.Builder<CfnAnnotationStore>
Enclosing class:
CfnAnnotationStore

@Stability(Stable) public static final class CfnAnnotationStore.Builder extends Object implements software.amazon.jsii.Builder<CfnAnnotationStore>
A fluent builder for CfnAnnotationStore.
  • Method Details

    • create

      @Stability(Stable) public static CfnAnnotationStore.Builder create(Construct scope, String id)
      Parameters:
      scope -
      • scope in which this resource is defined.
      This parameter is required.
      id -
      • scoped id of the resource.
      This parameter is required.
      Returns:
      a new instance of CfnAnnotationStore.Builder.
    • name

      @Stability(Stable) public CfnAnnotationStore.Builder name(String name)
      The name of the Annotation Store.

      Parameters:
      name - The name of the Annotation Store. This parameter is required.
      Returns:
      this
    • storeFormat

      @Stability(Stable) public CfnAnnotationStore.Builder storeFormat(String storeFormat)
      The annotation file format of the store.

      Parameters:
      storeFormat - The annotation file format of the store. This parameter is required.
      Returns:
      this
    • description

      @Stability(Stable) public CfnAnnotationStore.Builder description(String description)
      A description for the store.

      Parameters:
      description - A description for the store. This parameter is required.
      Returns:
      this
    • reference

      @Stability(Stable) public CfnAnnotationStore.Builder reference(CfnAnnotationStore.ReferenceItemProperty reference)
      The genome reference for the store's annotations.

      Parameters:
      reference - The genome reference for the store's annotations. This parameter is required.
      Returns:
      this
    • reference

      @Stability(Stable) public CfnAnnotationStore.Builder reference(IResolvable reference)
      The genome reference for the store's annotations.

      Parameters:
      reference - The genome reference for the store's annotations. This parameter is required.
      Returns:
      this
    • sseConfig

      @Stability(Stable) public CfnAnnotationStore.Builder sseConfig(IResolvable sseConfig)
      The store's server-side encryption (SSE) settings.

      Parameters:
      sseConfig - The store's server-side encryption (SSE) settings. This parameter is required.
      Returns:
      this
    • sseConfig

      @Stability(Stable) public CfnAnnotationStore.Builder sseConfig(CfnAnnotationStore.SseConfigProperty sseConfig)
      The store's server-side encryption (SSE) settings.

      Parameters:
      sseConfig - The store's server-side encryption (SSE) settings. This parameter is required.
      Returns:
      this
    • storeOptions

      @Stability(Stable) public CfnAnnotationStore.Builder storeOptions(IResolvable storeOptions)
      File parsing options for the annotation store.

      Parameters:
      storeOptions - File parsing options for the annotation store. This parameter is required.
      Returns:
      this
    • storeOptions

      @Stability(Stable) public CfnAnnotationStore.Builder storeOptions(CfnAnnotationStore.StoreOptionsProperty storeOptions)
      File parsing options for the annotation store.

      Parameters:
      storeOptions - File parsing options for the annotation store. This parameter is required.
      Returns:
      this
    • tags

      @Stability(Stable) public CfnAnnotationStore.Builder tags(Map<String,String> tags)
      Tags for the store.

      Parameters:
      tags - Tags for the store. This parameter is required.
      Returns:
      this
    • build

      @Stability(Stable) public CfnAnnotationStore build()
      Specified by:
      build in interface software.amazon.jsii.Builder<CfnAnnotationStore>
      Returns:
      a newly built instance of CfnAnnotationStore.