Interface SystemPromptConfigurationBundle.Builder

All Superinterfaces:
Buildable, CopyableBuilder<SystemPromptConfigurationBundle.Builder,SystemPromptConfigurationBundle>, SdkBuilder<SystemPromptConfigurationBundle.Builder,SystemPromptConfigurationBundle>, SdkPojo
Enclosing class:
SystemPromptConfigurationBundle

@Mutable @NotThreadSafe public static interface SystemPromptConfigurationBundle.Builder extends SdkPojo, CopyableBuilder<SystemPromptConfigurationBundle.Builder,SystemPromptConfigurationBundle>
  • 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.