Class CfnSequenceStore.Builder

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

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

    • create

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

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

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

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