public static interface GetStreamingSessionBackupResponse.Builder extends NimbleResponse.Builder, SdkPojo, CopyableBuilder<GetStreamingSessionBackupResponse.Builder,GetStreamingSessionBackupResponse>
| Modifier and Type | Method and Description |
|---|---|
default GetStreamingSessionBackupResponse.Builder |
streamingSessionBackup(Consumer<StreamingSessionBackup.Builder> streamingSessionBackup)
Information about the streaming session backup.
|
GetStreamingSessionBackupResponse.Builder |
streamingSessionBackup(StreamingSessionBackup streamingSessionBackup)
Information about the streaming session backup.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetStreamingSessionBackupResponse.Builder streamingSessionBackup(StreamingSessionBackup streamingSessionBackup)
Information about the streaming session backup.
streamingSessionBackup - Information about the streaming session backup.default GetStreamingSessionBackupResponse.Builder streamingSessionBackup(Consumer<StreamingSessionBackup.Builder> streamingSessionBackup)
Information about the streaming session backup.
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 streamingSessionBackup(StreamingSessionBackup).
streamingSessionBackup - a consumer that will call methods on StreamingSessionBackup.BuilderstreamingSessionBackup(StreamingSessionBackup)Copyright © 2023. All rights reserved.