public static interface ListReplaysResponse.Builder extends EventBridgeResponse.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, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListReplaysResponse.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.Copyright © 2022. All rights reserved.