Interface SystemPromptConfigurationBundle.Builder

  • Method Details

    • bundleArn

      The Amazon Resource Name (ARN) of the configuration bundle.

      Parameters:
      bundleArn - The Amazon Resource Name (ARN) of the configuration bundle.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • versionId

      The version identifier of the configuration bundle.

      Parameters:
      versionId - The version identifier of the configuration bundle.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • systemPromptJsonPath

      SystemPromptConfigurationBundle.Builder systemPromptJsonPath(String systemPromptJsonPath)

      The JSON path within the configuration bundle that contains the system prompt.

      Parameters:
      systemPromptJsonPath - The JSON path within the configuration bundle that contains the system prompt.
      Returns:
      Returns a reference to this object so that method calls can be chained together.