Class SequenceStoreDetail

    • Method Detail

      • arn

        public final String arn()

        The store's ARN.

        Returns:
        The store's ARN.
      • id

        public final String id()

        The store's ID.

        Returns:
        The store's ID.
      • name

        public final String name()

        The store's name.

        Returns:
        The store's name.
      • description

        public final String description()

        The store's description.

        Returns:
        The store's description.
      • sseConfig

        public final SseConfig sseConfig()

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

        Returns:
        The store's server-side encryption (SSE) settings.
      • creationTime

        public final Instant creationTime()

        When the store was created.

        Returns:
        When the store was created.
      • fallbackLocation

        public final String fallbackLocation()

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

        Returns:
        An S3 location that is used to store files that have failed a direct upload.
      • statusMessage

        public final String statusMessage()

        The status message of the sequence store.

        Returns:
        The status message of the sequence store.
      • updateTime

        public final Instant updateTime()

        The last-updated time of the Sequence Store.

        Returns:
        The last-updated time of the Sequence Store.
      • hashCode

        public final int hashCode()
        Overrides:
        hashCode in class Object
      • equals

        public final boolean equals​(Object obj)
        Overrides:
        equals in class Object
      • toString

        public final String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object
      • getValueForField

        public final <T> Optional<T> getValueForField​(String fieldName,
                                                      Class<T> clazz)