Interface ListEventLogsResponse.Builder

    • Method Detail

      • nextToken

        ListEventLogsResponse.Builder nextToken​(String nextToken)

        A token returned from a call to this API to indicate the next batch of results to return, if any.

        Parameters:
        nextToken - A token returned from a call to this API to indicate the next batch of results to return, if any.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • items

        ListEventLogsResponse.Builder items​(Collection<EventLogEntry> items)

        Information about each event retrieved in the list.

        Parameters:
        items - Information about each event retrieved in the list.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • items

        ListEventLogsResponse.Builder items​(EventLogEntry... items)

        Information about each event retrieved in the list.

        Parameters:
        items - Information about each event retrieved in the list.
        Returns:
        Returns a reference to this object so that method calls can be chained together.