Interface PromptSummary.Builder

  • Method Details

    • arn

      The Amazon Resource Name (ARN) of the prompt or the prompt version (if you specified a version in the request).

      Parameters:
      arn - The Amazon Resource Name (ARN) of the prompt or the prompt version (if you specified a version in the request).
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • createdAt

      PromptSummary.Builder createdAt(Instant createdAt)

      The time at which the prompt was created.

      Parameters:
      createdAt - The time at which the prompt was created.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • description

      PromptSummary.Builder description(String description)

      The description of the prompt.

      Parameters:
      description - The description of the prompt.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • id

      The unique identifier of the prompt.

      Parameters:
      id - The unique identifier of the prompt.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • name

      The name of the prompt.

      Parameters:
      name - The name of the prompt.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • updatedAt

      PromptSummary.Builder updatedAt(Instant updatedAt)

      The time at which the prompt was last updated.

      Parameters:
      updatedAt - The time at which the prompt was last updated.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • version

      PromptSummary.Builder version(String version)

      The version of the prompt that this summary applies to.

      Parameters:
      version - The version of the prompt that this summary applies to.
      Returns:
      Returns a reference to this object so that method calls can be chained together.