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.
Replay.Builder avoiding the need to create one
manually via Replay.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately and
its result is passed to #replays(List.
replays - a consumer that will call methods on
Replay.Builder#replays(java.util.Collection) 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 © 2023. All rights reserved.