public static interface ListReplaysResponse.Builder extends CloudWatchEventsResponse.Builder, SdkPojo, CopyableBuilder<ListReplaysResponse.Builder,ListReplaysResponse>
Modifier and Type | Method and Description |
---|---|
ListReplaysResponse.Builder |
nextToken(String nextToken)
The token returned by a previous call to retrieve the next set of results.
|
ListReplaysResponse.Builder |
replays(Collection<Replay> replays)
An array of
Replay objects that contain information about the replay. |
ListReplaysResponse.Builder |
replays(Consumer<Replay.Builder>... replays)
An array of
Replay objects that contain information about the replay. |
ListReplaysResponse.Builder |
replays(Replay... replays)
An array of
Replay objects that contain information about the replay. |
build, responseMetadata, responseMetadata
sdkHttpResponse, sdkHttpResponse
equalsBySdkFields, sdkFields
copy
applyMutation, build
ListReplaysResponse.Builder replays(Collection<Replay> replays)
An array of Replay
objects that contain information about the replay.
replays
- An array of Replay
objects that contain information about the replay.ListReplaysResponse.Builder replays(Replay... replays)
An array of Replay
objects that contain information about the replay.
replays
- An array of Replay
objects that contain information about the replay.ListReplaysResponse.Builder replays(Consumer<Replay.Builder>... replays)
An array of Replay
objects that contain information about the replay.
List.Builder
avoiding the need to
create one manually via List#builder()
.
When the Consumer
completes, List.Builder#build()
is called immediately and its
result is passed to #replays(List)
.replays
- a consumer that will call methods on List.Builder
#replays(List)
ListReplaysResponse.Builder nextToken(String nextToken)
The token returned by a previous call to retrieve the next set of results.
nextToken
- The token returned by a previous call to retrieve the next set of results.