Interface LogSource.Builder

    • Method Detail

      • account

        LogSource.Builder account​(String account)

        Specify the account from which you want to collect logs.

        Parameters:
        account - Specify the account from which you want to collect logs.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • region

        LogSource.Builder region​(String region)

        Specify the Regions from which you want to collect logs.

        Parameters:
        region - Specify the Regions from which you want to collect logs.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • sources

        LogSource.Builder sources​(Collection<LogSourceResource> sources)

        Specify the sources from which you want to collect logs.

        Parameters:
        sources - Specify the sources from which you want to collect logs.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • sources

        LogSource.Builder sources​(LogSourceResource... sources)

        Specify the sources from which you want to collect logs.

        Parameters:
        sources - Specify the sources from which you want to collect logs.
        Returns:
        Returns a reference to this object so that method calls can be chained together.