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 Summary
Modifier and TypeMethodDescriptionexpiredLogEventEndIndex
(Integer expiredLogEventEndIndex) The expired log events.tooNewLogEventStartIndex
(Integer tooNewLogEventStartIndex) The index of the first log event that is too new.tooOldLogEventEndIndex
(Integer tooOldLogEventEndIndex) The index of the last log event that is too old.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
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
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
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.
-