Class UpdateKnowledgeBaseRequest

    • Method Detail

      • knowledgeBaseId

        public final String knowledgeBaseId()
        Returns the value of the KnowledgeBaseId property for this object.
        Returns:
        The value of the KnowledgeBaseId property for this object.
      • name

        public final String name()
        Returns the value of the Name property for this object.
        Returns:
        The value of the Name property for this object.
      • description

        public final String description()
        Returns the value of the Description property for this object.
        Returns:
        The value of the Description property for this object.
      • roleArn

        public final String roleArn()
        Returns the value of the RoleArn property for this object.
        Returns:
        The value of the RoleArn property for this object.
      • knowledgeBaseConfiguration

        public final KnowledgeBaseConfiguration knowledgeBaseConfiguration()
        Returns the value of the KnowledgeBaseConfiguration property for this object.
        Returns:
        The value of the KnowledgeBaseConfiguration property for this object.
      • storageConfiguration

        public final StorageConfiguration storageConfiguration()
        Returns the value of the StorageConfiguration property for this object.
        Returns:
        The value of the StorageConfiguration property for this 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