Interface AIRecommendationJobSummary.Builder

  • Method Details

    • aiRecommendationJobName

      AIRecommendationJobSummary.Builder aiRecommendationJobName(String aiRecommendationJobName)

      The name of the recommendation job.

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

      AIRecommendationJobSummary.Builder aiRecommendationJobArn(String aiRecommendationJobArn)

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

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

      AIRecommendationJobSummary.Builder aiRecommendationJobStatus(String aiRecommendationJobStatus)

      The status of the recommendation job.

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

      AIRecommendationJobSummary.Builder aiRecommendationJobStatus(AIRecommendationJobStatus aiRecommendationJobStatus)

      The status of the recommendation job.

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

      AIRecommendationJobSummary.Builder creationTime(Instant creationTime)

      A timestamp that indicates when the recommendation job was created.

      Parameters:
      creationTime - A timestamp that indicates when the recommendation job was created.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • endTime

      A timestamp that indicates when the recommendation job completed.

      Parameters:
      endTime - A timestamp that indicates when the recommendation job completed.
      Returns:
      Returns a reference to this object so that method calls can be chained together.