public static interface GetLogEventsResponse.Builder extends software.amazon.awssdk.utils.builder.CopyableBuilder<GetLogEventsResponse.Builder,GetLogEventsResponse>
| Modifier and Type | Method and 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.
|
copyapply, buildGetLogEventsResponse.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. All rights reserved.