Interface ListIntegrationsResponse.Builder

    • Method Detail

      • integrationSummaries

        ListIntegrationsResponse.Builder integrationSummaries​(Collection<IntegrationSummary> integrationSummaries)

        An array, where each object in the array contains information about one CloudWatch Logs integration in this account.

        Parameters:
        integrationSummaries - An array, where each object in the array contains information about one CloudWatch Logs integration in this account.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • integrationSummaries

        ListIntegrationsResponse.Builder integrationSummaries​(IntegrationSummary... integrationSummaries)

        An array, where each object in the array contains information about one CloudWatch Logs integration in this account.

        Parameters:
        integrationSummaries - An array, where each object in the array contains information about one CloudWatch Logs integration in this account.
        Returns:
        Returns a reference to this object so that method calls can be chained together.