Class GetRetrieverResponse

    • Method Detail

      • applicationId

        public final String applicationId()

        The identifier of the Amazon Q Business application using the retriever.

        Returns:
        The identifier of the Amazon Q Business application using the retriever.
      • retrieverId

        public final String retrieverId()

        The identifier of the retriever.

        Returns:
        The identifier of the retriever.
      • retrieverArn

        public final String retrieverArn()

        The Amazon Resource Name (ARN) of the IAM role associated with the retriever.

        Returns:
        The Amazon Resource Name (ARN) of the IAM role associated with the retriever.
      • typeAsString

        public final String typeAsString()

        The type of the retriever.

        If the service returns an enum value that is not available in the current SDK version, type will return RetrieverType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from typeAsString().

        Returns:
        The type of the retriever.
        See Also:
        RetrieverType
      • displayName

        public final String displayName()

        The name of the retriever.

        Returns:
        The name of the retriever.
      • configuration

        public final RetrieverConfiguration configuration()
        Returns the value of the Configuration property for this object.
        Returns:
        The value of the Configuration property for this object.
      • roleArn

        public final String roleArn()

        The Amazon Resource Name (ARN) of the role with the permission to access the retriever and required resources.

        Returns:
        The Amazon Resource Name (ARN) of the role with the permission to access the retriever and required resources.
      • createdAt

        public final Instant createdAt()

        The Unix timestamp when the retriever was created.

        Returns:
        The Unix timestamp when the retriever was created.
      • updatedAt

        public final Instant updatedAt()

        The Unix timestamp when the retriever was last updated.

        Returns:
        The Unix timestamp when the retriever was last updated.
      • 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