Interface BatchGetReportGroupsResponse.Builder

    • Method Detail

      • reportGroups

        BatchGetReportGroupsResponse.Builder reportGroups​(Collection<ReportGroup> reportGroups)

        The array of report groups returned by BatchGetReportGroups.

        Parameters:
        reportGroups - The array of report groups returned by BatchGetReportGroups.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • reportGroups

        BatchGetReportGroupsResponse.Builder reportGroups​(ReportGroup... reportGroups)

        The array of report groups returned by BatchGetReportGroups.

        Parameters:
        reportGroups - The array of report groups returned by BatchGetReportGroups.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • reportGroupsNotFound

        BatchGetReportGroupsResponse.Builder reportGroupsNotFound​(Collection<String> reportGroupsNotFound)

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

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

        BatchGetReportGroupsResponse.Builder reportGroupsNotFound​(String... reportGroupsNotFound)

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

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