Interface RecommendationSummary.Builder

  • Method Details

    • recommendationId

      RecommendationSummary.Builder recommendationId(String recommendationId)

      The unique identifier of the recommendation.

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

      RecommendationSummary.Builder recommendationArn(String recommendationArn)

      The Amazon Resource Name (ARN) of the recommendation.

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

      The name of the recommendation.

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

      RecommendationSummary.Builder description(String description)

      The description of the recommendation.

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

      The type of recommendation.

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

      The type of recommendation.

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

      The current status of the recommendation.

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

      The current status of the recommendation.

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

      RecommendationSummary.Builder createdAt(Instant createdAt)

      The timestamp when the recommendation was created.

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

      RecommendationSummary.Builder updatedAt(Instant updatedAt)

      The timestamp when the recommendation was last updated.

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