Interface RecommendationReportDetails.Builder

    • Method Detail

      • 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

        RecommendationReportDetails.Builder s3Bucket​(String 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

        RecommendationReportDetails.Builder s3Keys​(Collection<String> 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

        RecommendationReportDetails.Builder s3Keys​(String... 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

        RecommendationReportDetails.Builder startTime​(Instant 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.
      • 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.