@Stability(value=Stable)
public static interface CfnLaunchProfile.StreamConfigurationSessionStorageProperty
extends software.amazon.jsii.JsiiSerializable
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.nimblestudio.*;
StreamConfigurationSessionStorageProperty streamConfigurationSessionStorageProperty = StreamConfigurationSessionStorageProperty.builder()
.mode(List.of("mode"))
// the properties below are optional
.root(StreamingSessionStorageRootProperty.builder()
.linux("linux")
.windows("windows")
.build())
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnLaunchProfile.StreamConfigurationSessionStorageProperty.Builder
|
static class |
CfnLaunchProfile.StreamConfigurationSessionStorageProperty.Jsii$Proxy
An implementation for
CfnLaunchProfile.StreamConfigurationSessionStorageProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnLaunchProfile.StreamConfigurationSessionStorageProperty.Builder |
builder() |
List<String> |
getMode()
Allows artists to upload files to their workstations.
|
default Object |
getRoot()
The configuration for the upload storage root of the streaming session.
|
@Stability(value=Stable) @NotNull List<String> getMode()
The only valid option is UPLOAD .
@Stability(value=Stable) @Nullable default Object getRoot()
@Stability(value=Stable) static CfnLaunchProfile.StreamConfigurationSessionStorageProperty.Builder builder()
Copyright © 2022. All rights reserved.