public static interface ListStreamingSessionBackupsResponse.Builder extends NimbleResponse.Builder, SdkPojo, CopyableBuilder<ListStreamingSessionBackupsResponse.Builder,ListStreamingSessionBackupsResponse>
| Modifier and Type | Method and Description |
|---|---|
ListStreamingSessionBackupsResponse.Builder |
nextToken(String nextToken)
The token for the next set of results, or null if there are no more results.
|
ListStreamingSessionBackupsResponse.Builder |
streamingSessionBackups(Collection<StreamingSessionBackup> streamingSessionBackups)
Information about the streaming session backups.
|
ListStreamingSessionBackupsResponse.Builder |
streamingSessionBackups(Consumer<StreamingSessionBackup.Builder>... streamingSessionBackups)
Information about the streaming session backups.
|
ListStreamingSessionBackupsResponse.Builder |
streamingSessionBackups(StreamingSessionBackup... streamingSessionBackups)
Information about the streaming session backups.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListStreamingSessionBackupsResponse.Builder nextToken(String nextToken)
The token for the next set of results, or null if there are no more results.
nextToken - The token for the next set of results, or null if there are no more results.ListStreamingSessionBackupsResponse.Builder streamingSessionBackups(Collection<StreamingSessionBackup> streamingSessionBackups)
Information about the streaming session backups.
streamingSessionBackups - Information about the streaming session backups.ListStreamingSessionBackupsResponse.Builder streamingSessionBackups(StreamingSessionBackup... streamingSessionBackups)
Information about the streaming session backups.
streamingSessionBackups - Information about the streaming session backups.ListStreamingSessionBackupsResponse.Builder streamingSessionBackups(Consumer<StreamingSessionBackup.Builder>... streamingSessionBackups)
Information about the streaming session backups.
This is a convenience method that creates an instance of theStreamingSessionBackup.Builder avoiding the need to
create one manually via StreamingSessionBackup.builder()
.
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #streamingSessionBackups(List.
streamingSessionBackups - a consumer that will call methods on
StreamingSessionBackup.Builder#streamingSessionBackups(java.util.Collection) Copyright © 2023. All rights reserved.