Interface GetLogEventsResponse.Builder

    • Method Detail

      • events

        GetLogEventsResponse.Builder events​(OutputLogEvent... events)

        The events.

        Parameters:
        events - The events.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextForwardToken

        GetLogEventsResponse.Builder nextForwardToken​(String nextForwardToken)

        The token for the next set of items in the forward direction. The token expires after 24 hours. If you have reached the end of the stream, it returns the same token you passed in.

        Parameters:
        nextForwardToken - The token for the next set of items in the forward direction. The token expires after 24 hours. If you have reached the end of the stream, it returns the same token you passed in.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextBackwardToken

        GetLogEventsResponse.Builder nextBackwardToken​(String nextBackwardToken)

        The token for the next set of items in the backward direction. The token expires after 24 hours. This token is not null. If you have reached the end of the stream, it returns the same token you passed in.

        Parameters:
        nextBackwardToken - The token for the next set of items in the backward direction. The token expires after 24 hours. This token is not null. If you have reached the end of the stream, it returns the same token you passed in.
        Returns:
        Returns a reference to this object so that method calls can be chained together.