Interface ListPerformanceAnalysisReportsResponse.Builder

    • Method Detail

      • analysisReports

        ListPerformanceAnalysisReportsResponse.Builder analysisReports​(Collection<AnalysisReportSummary> analysisReports)

        List of reports including the report identifier, start and end time, creation time, and status.

        Parameters:
        analysisReports - List of reports including the report identifier, start and end time, creation time, and status.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • analysisReports

        ListPerformanceAnalysisReportsResponse.Builder analysisReports​(AnalysisReportSummary... analysisReports)

        List of reports including the report identifier, start and end time, creation time, and status.

        Parameters:
        analysisReports - List of reports including the report identifier, start and end time, creation time, and status.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        ListPerformanceAnalysisReportsResponse.Builder nextToken​(String nextToken)

        An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the token, up to the value specified by MaxResults.

        Parameters:
        nextToken - An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the token, up to the value specified by MaxResults.
        Returns:
        Returns a reference to this object so that method calls can be chained together.