CopyableBuilder<GetLogEventsResponse.Builder,GetLogEventsResponse>
, SdkBuilder<GetLogEventsResponse.Builder,GetLogEventsResponse>
public static interface GetLogEventsResponse.Builder extends CopyableBuilder<GetLogEventsResponse.Builder,GetLogEventsResponse>
Modifier and Type | Method | Description |
---|---|---|
GetLogEventsResponse.Builder |
events(Collection<OutputLogEvent> events) |
The events.
|
GetLogEventsResponse.Builder |
events(OutputLogEvent... events) |
The events.
|
GetLogEventsResponse.Builder |
nextBackwardToken(String nextBackwardToken) |
The token for the next set of items in the backward direction.
|
GetLogEventsResponse.Builder |
nextForwardToken(String nextForwardToken) |
The token for the next set of items in the forward direction.
|
copy
apply, build
GetLogEventsResponse.Builder events(Collection<OutputLogEvent> events)
The events.
events
- The events.GetLogEventsResponse.Builder events(OutputLogEvent... events)
The events.
NOTE: This method appends the values to the existing list (if any). Use
#setEvents(java.util.Collection)
or #withEvents(java.util.Collection)
if you want to override
the existing values.
events
- The events.GetLogEventsResponse.Builder nextForwardToken(String nextForwardToken)
The token for the next set of items in the forward direction. The token expires after 24 hours.
nextForwardToken
- The token for the next set of items in the forward direction. The token expires after 24 hours.GetLogEventsResponse.Builder nextBackwardToken(String nextBackwardToken)
The token for the next set of items in the backward direction. The token expires after 24 hours.
nextBackwardToken
- The token for the next set of items in the backward direction. The token expires after 24 hours.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.