Interface ListReportJobsResponse.Builder

    • Method Detail

      • reportJobs

        ListReportJobsResponse.Builder reportJobs​(Collection<ReportJob> reportJobs)

        Details about your report jobs in JSON format.

        Parameters:
        reportJobs - Details about your report jobs in JSON format.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • reportJobs

        ListReportJobsResponse.Builder reportJobs​(ReportJob... reportJobs)

        Details about your report jobs in JSON format.

        Parameters:
        reportJobs - Details about your report jobs in JSON format.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        ListReportJobsResponse.Builder nextToken​(String nextToken)

        An identifier that was returned from the previous call to this operation, which can be used to return the next set of items in the list.

        Parameters:
        nextToken - An identifier that was returned from the previous call to this operation, which can be used to return the next set of items in the list.
        Returns:
        Returns a reference to this object so that method calls can be chained together.