Interface RejectedLogEventsInfo.Builder

    • Method Detail

      • tooNewLogEventStartIndex

        RejectedLogEventsInfo.Builder tooNewLogEventStartIndex​(Integer tooNewLogEventStartIndex)

        The index of the first log event that is too new. This field is inclusive.

        Parameters:
        tooNewLogEventStartIndex - The index of the first log event that is too new. This field is inclusive.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • tooOldLogEventEndIndex

        RejectedLogEventsInfo.Builder tooOldLogEventEndIndex​(Integer tooOldLogEventEndIndex)

        The index of the last log event that is too old. This field is exclusive.

        Parameters:
        tooOldLogEventEndIndex - The index of the last log event that is too old. This field is exclusive.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • expiredLogEventEndIndex

        RejectedLogEventsInfo.Builder expiredLogEventEndIndex​(Integer expiredLogEventEndIndex)

        The expired log events.

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