Interface SequenceStoreDetail.Builder

All Superinterfaces:
Buildable, CopyableBuilder<SequenceStoreDetail.Builder,SequenceStoreDetail>, SdkBuilder<SequenceStoreDetail.Builder,SequenceStoreDetail>, SdkPojo
Enclosing class:
SequenceStoreDetail

public static interface SequenceStoreDetail.Builder extends SdkPojo, CopyableBuilder<SequenceStoreDetail.Builder,SequenceStoreDetail>
  • Method Details

    • arn

      The store's ARN.

      Parameters:
      arn - The store's ARN.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • id

      The store's ID.

      Parameters:
      id - The store's ID.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • name

      The store's name.

      Parameters:
      name - The store's name.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • description

      SequenceStoreDetail.Builder description(String description)

      The store's description.

      Parameters:
      description - The store's description.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • sseConfig

      SequenceStoreDetail.Builder sseConfig(SseConfig sseConfig)

      The store's server-side encryption (SSE) settings.

      Parameters:
      sseConfig - The store's server-side encryption (SSE) settings.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • sseConfig

      default SequenceStoreDetail.Builder sseConfig(Consumer<SseConfig.Builder> sseConfig)

      The store's server-side encryption (SSE) settings.

      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:
    • creationTime

      SequenceStoreDetail.Builder creationTime(Instant creationTime)

      When the store was created.

      Parameters:
      creationTime - When the store was created.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • fallbackLocation

      SequenceStoreDetail.Builder fallbackLocation(String fallbackLocation)

      An S3 location that is used to store files that have failed a direct upload.

      Parameters:
      fallbackLocation - An S3 location that is used to store files that have failed a direct upload.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • eTagAlgorithmFamily

      SequenceStoreDetail.Builder eTagAlgorithmFamily(String eTagAlgorithmFamily)

      The algorithm family of the ETag.

      Parameters:
      eTagAlgorithmFamily - The algorithm family of the ETag.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • eTagAlgorithmFamily

      SequenceStoreDetail.Builder eTagAlgorithmFamily(ETagAlgorithmFamily eTagAlgorithmFamily)

      The algorithm family of the ETag.

      Parameters:
      eTagAlgorithmFamily - The algorithm family of the ETag.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also: