Interface RejectedLogEventsInfo.Builder

All Superinterfaces:
Buildable, CopyableBuilder<RejectedLogEventsInfo.Builder,RejectedLogEventsInfo>, SdkBuilder<RejectedLogEventsInfo.Builder,RejectedLogEventsInfo>, SdkPojo
Enclosing class:
RejectedLogEventsInfo

public static interface RejectedLogEventsInfo.Builder extends SdkPojo, CopyableBuilder<RejectedLogEventsInfo.Builder,RejectedLogEventsInfo>
  • Method Details

    • 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.