Interface AgentRecommendationItemSummary.Builder

  • Method Details

    • id

      The unique identifier of the recommendation item.

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

      AgentRecommendationItemSummary.Builder recommendationArn(String recommendationArn)

      The Amazon Resource Name (ARN) of the associated recommendation.

      Parameters:
      recommendationArn - The Amazon Resource Name (ARN) of the associated recommendation.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • type

      The type of the recommendation item.

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

      The type of the recommendation item.

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

      Metadata containing a snapshot of the resource or recommendation at the time of generation.

      Parameters:
      metadata - Metadata containing a snapshot of the resource or recommendation at the time of generation.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • createdBy

      The identifier of the user or system that created this recommendation item.

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

      The timestamp when the recommendation item was created.

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

      AgentRecommendationItemSummary.Builder lastModifiedBy(String lastModifiedBy)

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

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

      AgentRecommendationItemSummary.Builder lastModifiedAt(Instant lastModifiedAt)

      The timestamp when the recommendation item was last modified.

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