Interface RecommendationReportDetails.Builder

  • Method Details

    • completionTime

      RecommendationReportDetails.Builder completionTime(Instant completionTime)

      The time that the recommendation report generation task completes.

      Parameters:
      completionTime - The time that the recommendation report generation task completes.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • s3Bucket

      The S3 bucket where the report file is located.

      Parameters:
      s3Bucket - The S3 bucket where the report file is located.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • s3Keys

      The Amazon S3 key name of the report file.

      Parameters:
      s3Keys - The Amazon S3 key name of the report file.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • s3Keys

      The Amazon S3 key name of the report file.

      Parameters:
      s3Keys - The Amazon S3 key name of the report file.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • startTime

      The time that the recommendation report generation task starts.

      Parameters:
      startTime - The time that the recommendation report generation task starts.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • status

      The status of the recommendation report generation task.

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

      The status of the recommendation report generation task.

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

      RecommendationReportDetails.Builder statusMessage(String statusMessage)

      The status message for recommendation report generation.

      Parameters:
      statusMessage - The status message for recommendation report generation.
      Returns:
      Returns a reference to this object so that method calls can be chained together.