Interface VariantStoreItem.Builder

    • Method Detail

      • id

        VariantStoreItem.Builder id​(String 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.
      • reference

        VariantStoreItem.Builder reference​(ReferenceItem reference)

        The store's genome reference.

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

        VariantStoreItem.Builder storeArn​(String storeArn)

        The store's ARN.

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

        VariantStoreItem.Builder name​(String 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

        VariantStoreItem.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

        VariantStoreItem.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.
      • creationTime

        VariantStoreItem.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.
      • updateTime

        VariantStoreItem.Builder updateTime​(Instant updateTime)

        When the store was updated.

        Parameters:
        updateTime - When the store was updated.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • statusMessage

        VariantStoreItem.Builder statusMessage​(String statusMessage)

        The store's status message.

        Parameters:
        statusMessage - The store's status message.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • storeSizeBytes

        VariantStoreItem.Builder storeSizeBytes​(Long storeSizeBytes)

        The store's size in bytes.

        Parameters:
        storeSizeBytes - The store's size in bytes.
        Returns:
        Returns a reference to this object so that method calls can be chained together.