Interface BatchGetReportsResponse.Builder

    • Method Detail

      • reports

        BatchGetReportsResponse.Builder reports​(Collection<Report> reports)

        The array of Report objects returned by BatchGetReports.

        Parameters:
        reports - The array of Report objects returned by BatchGetReports.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • reports

        BatchGetReportsResponse.Builder reports​(Report... reports)

        The array of Report objects returned by BatchGetReports.

        Parameters:
        reports - The array of Report objects returned by BatchGetReports.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • reportsNotFound

        BatchGetReportsResponse.Builder reportsNotFound​(Collection<String> reportsNotFound)

        An array of ARNs passed to BatchGetReportGroups that are not associated with a Report.

        Parameters:
        reportsNotFound - An array of ARNs passed to BatchGetReportGroups that are not associated with a Report.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • reportsNotFound

        BatchGetReportsResponse.Builder reportsNotFound​(String... reportsNotFound)

        An array of ARNs passed to BatchGetReportGroups that are not associated with a Report.

        Parameters:
        reportsNotFound - An array of ARNs passed to BatchGetReportGroups that are not associated with a Report.
        Returns:
        Returns a reference to this object so that method calls can be chained together.