public static interface GetLogEventsResponse.Builder extends CloudWatchLogsResponse.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.
|
build
copy
apply, build
GetLogEventsResponse.Builder events(Collection<OutputLogEvent> events)
The events.
events
- The events.GetLogEventsResponse.Builder events(OutputLogEvent... events)
The events.
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.