Interface CreateSequenceStoreRequest.Builder

  • Method Details

    • name

      A name for the store.

      Parameters:
      name - A name for the store.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • description

      CreateSequenceStoreRequest.Builder description(String description)

      A description for the store.

      Parameters:
      description - A description for the store.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • sseConfig

      Server-side encryption (SSE) settings for the store.

      Parameters:
      sseConfig - Server-side encryption (SSE) settings for the store.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • sseConfig

      Server-side encryption (SSE) settings for the store.

      This is a convenience method that creates an instance of the SseConfig.Builder avoiding the need to create one manually via SseConfig.builder().

      When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to sseConfig(SseConfig).

      Parameters:
      sseConfig - a consumer that will call methods on SseConfig.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • tags

      Tags for the store. You can configure up to 50 tags.

      Parameters:
      tags - Tags for the store. You can configure up to 50 tags.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • clientToken

      CreateSequenceStoreRequest.Builder clientToken(String clientToken)

      An idempotency token used to dedupe retry requests so that duplicate runs are not created.

      Parameters:
      clientToken - An idempotency token used to dedupe retry requests so that duplicate runs are not created.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • fallbackLocation

      CreateSequenceStoreRequest.Builder fallbackLocation(String fallbackLocation)

      An S3 location that is used to store files that have failed a direct upload. You can add or change the fallbackLocation after creating a sequence store. This is not required if you are uploading files from a different S3 bucket.

      Parameters:
      fallbackLocation - An S3 location that is used to store files that have failed a direct upload. You can add or change the fallbackLocation after creating a sequence store. This is not required if you are uploading files from a different S3 bucket.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • eTagAlgorithmFamily

      CreateSequenceStoreRequest.Builder eTagAlgorithmFamily(String eTagAlgorithmFamily)

      The ETag algorithm family to use for ingested read sets. The default value is MD5up. For more information on ETags, see ETags and data provenance in the Amazon Web Services HealthOmics User Guide.

      Parameters:
      eTagAlgorithmFamily - The ETag algorithm family to use for ingested read sets. The default value is MD5up. For more information on ETags, see ETags and data provenance in the Amazon Web Services HealthOmics User Guide.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • eTagAlgorithmFamily

      CreateSequenceStoreRequest.Builder eTagAlgorithmFamily(ETagAlgorithmFamily eTagAlgorithmFamily)

      The ETag algorithm family to use for ingested read sets. The default value is MD5up. For more information on ETags, see ETags and data provenance in the Amazon Web Services HealthOmics User Guide.

      Parameters:
      eTagAlgorithmFamily - The ETag algorithm family to use for ingested read sets. The default value is MD5up. For more information on ETags, see ETags and data provenance in the Amazon Web Services HealthOmics User Guide.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • propagatedSetLevelTags

      CreateSequenceStoreRequest.Builder propagatedSetLevelTags(Collection<String> propagatedSetLevelTags)

      The tags keys to propagate to the S3 objects associated with read sets in the sequence store. These tags can be used as input to add metadata to your read sets.

      Parameters:
      propagatedSetLevelTags - The tags keys to propagate to the S3 objects associated with read sets in the sequence store. These tags can be used as input to add metadata to your read sets.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • propagatedSetLevelTags

      CreateSequenceStoreRequest.Builder propagatedSetLevelTags(String... propagatedSetLevelTags)

      The tags keys to propagate to the S3 objects associated with read sets in the sequence store. These tags can be used as input to add metadata to your read sets.

      Parameters:
      propagatedSetLevelTags - The tags keys to propagate to the S3 objects associated with read sets in the sequence store. These tags can be used as input to add metadata to your read sets.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • s3AccessConfig

      CreateSequenceStoreRequest.Builder s3AccessConfig(S3AccessConfig s3AccessConfig)

      S3 access configuration parameters. This specifies the parameters needed to access logs stored in S3 buckets. The S3 bucket must be in the same region and account as the sequence store.

      Parameters:
      s3AccessConfig - S3 access configuration parameters. This specifies the parameters needed to access logs stored in S3 buckets. The S3 bucket must be in the same region and account as the sequence store.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • s3AccessConfig

      default CreateSequenceStoreRequest.Builder s3AccessConfig(Consumer<S3AccessConfig.Builder> s3AccessConfig)

      S3 access configuration parameters. This specifies the parameters needed to access logs stored in S3 buckets. The S3 bucket must be in the same region and account as the sequence store.

      This is a convenience method that creates an instance of the S3AccessConfig.Builder avoiding the need to create one manually via S3AccessConfig.builder().

      When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to s3AccessConfig(S3AccessConfig).

      Parameters:
      s3AccessConfig - a consumer that will call methods on S3AccessConfig.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • overrideConfiguration

      CreateSequenceStoreRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      overrideConfiguration - The override configuration.
      Returns:
      This object for method chaining.
    • overrideConfiguration

      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      builderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be given.
      Returns:
      This object for method chaining.