| Package | Description |
|---|---|
| software.amazon.awssdk.services.nimble.model |
| Modifier and Type | Method and Description |
|---|---|
static StreamingSessionStorageRoot.Builder |
StreamingSessionStorageRoot.builder() |
StreamingSessionStorageRoot.Builder |
StreamingSessionStorageRoot.Builder.linux(String linux)
The folder path in Linux workstations where files are uploaded.
|
StreamingSessionStorageRoot.Builder |
StreamingSessionStorageRoot.toBuilder() |
StreamingSessionStorageRoot.Builder |
StreamingSessionStorageRoot.Builder.windows(String windows)
The folder path in Windows workstations where files are uploaded.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends StreamingSessionStorageRoot.Builder> |
StreamingSessionStorageRoot.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default StreamConfigurationSessionStorage.Builder |
StreamConfigurationSessionStorage.Builder.root(Consumer<StreamingSessionStorageRoot.Builder> root)
The configuration for the upload storage root of the streaming session.
|
Copyright © 2023. All rights reserved.