Interface AgentRecommendationGenerationSummary.Builder

  • Method Details

    • id

      The unique identifier of the recommendation generation.

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

      The Amazon Resource Name (ARN) of the profile used for this generation.

      Parameters:
      profileArn - The Amazon Resource Name (ARN) of the profile used for this generation.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • name

      The name of the recommendation generation.

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

      The current status of the recommendation generation.

      Parameters:
      status - The current status of the recommendation generation.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • status

      The current status of the recommendation generation.

      Parameters:
      status - The current status of the recommendation generation.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • estimatedCompletionTime

      AgentRecommendationGenerationSummary.Builder estimatedCompletionTime(Instant estimatedCompletionTime)

      The estimated time for the generation to complete.

      Parameters:
      estimatedCompletionTime - The estimated time for the generation to complete.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • createdBy

      The identifier of the user or system that started this generation.

      Parameters:
      createdBy - The identifier of the user or system that started this generation.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • createdAt

      The timestamp when the generation was started.

      Parameters:
      createdAt - The timestamp when the generation was started.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • lastModifiedBy

      AgentRecommendationGenerationSummary.Builder lastModifiedBy(String lastModifiedBy)

      The identifier of the user or system that last modified this generation.

      Parameters:
      lastModifiedBy - The identifier of the user or system that last modified this generation.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • lastModifiedAt

      AgentRecommendationGenerationSummary.Builder lastModifiedAt(Instant lastModifiedAt)

      The timestamp when the generation was last modified.

      Parameters:
      lastModifiedAt - The timestamp when the generation was last modified.
      Returns:
      Returns a reference to this object so that method calls can be chained together.