Interface ListLogSourcesResponse.Builder

  • Method Details

    • 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

      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

      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

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

      This is a convenience method that creates an instance of the LogSource.Builder avoiding the need to create one manually via LogSource.builder().

      When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to sources(List<LogSource>).

      Parameters:
      sources - a consumer that will call methods on LogSource.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also: