Interface ListReplaysResponse.Builder
- All Superinterfaces:
- AwsResponse.Builder,- Buildable,- CloudWatchEventsResponse.Builder,- CopyableBuilder<ListReplaysResponse.Builder,,- ListReplaysResponse> - SdkBuilder<ListReplaysResponse.Builder,,- ListReplaysResponse> - SdkPojo,- SdkResponse.Builder
- Enclosing class:
- ListReplaysResponse
@Mutable
@NotThreadSafe
public static interface ListReplaysResponse.Builder
extends CloudWatchEventsResponse.Builder, SdkPojo, CopyableBuilder<ListReplaysResponse.Builder,ListReplaysResponse> 
- 
Method SummaryModifier and TypeMethodDescriptionThe token returned by a previous call to retrieve the next set of results.replays(Collection<Replay> replays) An array ofReplayobjects that contain information about the replay.replays(Consumer<Replay.Builder>... replays) An array ofReplayobjects that contain information about the replay.An array ofReplayobjects that contain information about the replay.Methods inherited from interface software.amazon.awssdk.services.cloudwatchevents.model.CloudWatchEventsResponse.Builderbuild, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.BuildersdkHttpResponse, sdkHttpResponse
- 
Method Details- 
replaysAn array of Replayobjects that contain information about the replay.- Parameters:
- replays- An array of- Replayobjects that contain information about the replay.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
replaysAn array of Replayobjects that contain information about the replay.- Parameters:
- replays- An array of- Replayobjects that contain information about the replay.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
replaysAn array of This is a convenience method that creates an instance of theReplayobjects that contain information about the replay.Replay.Builderavoiding the need to create one manually viaReplay.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toreplays(List<Replay>).- Parameters:
- replays- a consumer that will call methods on- Replay.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
nextTokenThe token returned by a previous call to retrieve the next set of results. - Parameters:
- nextToken- The token returned by a previous call to retrieve the next set of results.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
 
-