public static interface StreamConfigurationSessionStorage.Builder extends SdkPojo, CopyableBuilder<StreamConfigurationSessionStorage.Builder,StreamConfigurationSessionStorage>
| Modifier and Type | Method and Description |
|---|---|
StreamConfigurationSessionStorage.Builder |
mode(Collection<StreamingSessionStorageMode> mode)
Allows artists to upload files to their workstations.
|
StreamConfigurationSessionStorage.Builder |
mode(StreamingSessionStorageMode... mode)
Allows artists to upload files to their workstations.
|
StreamConfigurationSessionStorage.Builder |
modeWithStrings(Collection<String> mode)
Allows artists to upload files to their workstations.
|
StreamConfigurationSessionStorage.Builder |
modeWithStrings(String... mode)
Allows artists to upload files to their workstations.
|
default StreamConfigurationSessionStorage.Builder |
root(Consumer<StreamingSessionStorageRoot.Builder> root)
The configuration for the upload storage root of the streaming session.
|
StreamConfigurationSessionStorage.Builder |
root(StreamingSessionStorageRoot root)
The configuration for the upload storage root of the streaming session.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildStreamConfigurationSessionStorage.Builder modeWithStrings(Collection<String> mode)
Allows artists to upload files to their workstations. The only valid option is UPLOAD.
mode - Allows artists to upload files to their workstations. The only valid option is UPLOAD.StreamConfigurationSessionStorage.Builder modeWithStrings(String... mode)
Allows artists to upload files to their workstations. The only valid option is UPLOAD.
mode - Allows artists to upload files to their workstations. The only valid option is UPLOAD.StreamConfigurationSessionStorage.Builder mode(Collection<StreamingSessionStorageMode> mode)
Allows artists to upload files to their workstations. The only valid option is UPLOAD.
mode - Allows artists to upload files to their workstations. The only valid option is UPLOAD.StreamConfigurationSessionStorage.Builder mode(StreamingSessionStorageMode... mode)
Allows artists to upload files to their workstations. The only valid option is UPLOAD.
mode - Allows artists to upload files to their workstations. The only valid option is UPLOAD.StreamConfigurationSessionStorage.Builder root(StreamingSessionStorageRoot root)
The configuration for the upload storage root of the streaming session.
root - The configuration for the upload storage root of the streaming session.default StreamConfigurationSessionStorage.Builder root(Consumer<StreamingSessionStorageRoot.Builder> root)
The configuration for the upload storage root of the streaming session.
This is a convenience method that creates an instance of theStreamingSessionStorageRoot.Builder
avoiding the need to create one manually via StreamingSessionStorageRoot.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to root(StreamingSessionStorageRoot).
root - a consumer that will call methods on StreamingSessionStorageRoot.Builderroot(StreamingSessionStorageRoot)Copyright © 2022. All rights reserved.