Interface ListLogSourcesResponse.Builder

    • Method Detail

      • nextToken

        ListLogSourcesResponse.Builder nextToken​(String nextToken)

        If nextToken is returned, there are more results available. You can repeat the call using the returned token to retrieve the next page.

        Parameters:
        nextToken - If nextToken is returned, there are more results available. You can repeat the call using the returned token to retrieve the next page.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • sources

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

        The list of log sources in your organization that send data to the data lake.

        Parameters:
        sources - The list of log sources in your organization that send data to the data lake.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • sources

        ListLogSourcesResponse.Builder sources​(LogSource... sources)

        The list of log sources in your organization that send data to the data lake.

        Parameters:
        sources - The list of log sources in your organization that send data to the data lake.
        Returns:
        Returns a reference to this object so that method calls can be chained together.