Class CfnVariantStore.Builder

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

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

    • create

      @Stability(Stable) public static CfnVariantStore.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 CfnVariantStore.Builder.
    • name

      @Stability(Stable) public CfnVariantStore.Builder name(String name)
      A name for the store.

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

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

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

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

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

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

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

      @Stability(Stable) public CfnVariantStore.Builder sseConfig(IResolvable sseConfig)
      Server-side encryption (SSE) settings for the store.

      Parameters:
      sseConfig - Server-side encryption (SSE) settings for the store. This parameter is required.
      Returns:
      this
    • sseConfig

      @Stability(Stable) public CfnVariantStore.Builder sseConfig(CfnVariantStore.SseConfigProperty sseConfig)
      Server-side encryption (SSE) settings for the store.

      Parameters:
      sseConfig - Server-side encryption (SSE) settings for the store. This parameter is required.
      Returns:
      this
    • tags

      @Stability(Stable) public CfnVariantStore.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 CfnVariantStore build()
      Specified by:
      build in interface software.amazon.jsii.Builder<CfnVariantStore>
      Returns:
      a newly built instance of CfnVariantStore.