Class CfnReferenceStore.Builder

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

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

    • create

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

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