public static interface CfnLaunchProfile.StreamingSessionStorageRootProperty
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.*; StreamingSessionStorageRootProperty streamingSessionStorageRootProperty = StreamingSessionStorageRootProperty.builder() .linux("linux") .windows("windows") .build();
Modifier and Type | Interface and Description |
---|---|
static class |
CfnLaunchProfile.StreamingSessionStorageRootProperty.Builder
A builder for
CfnLaunchProfile.StreamingSessionStorageRootProperty |
static class |
CfnLaunchProfile.StreamingSessionStorageRootProperty.Jsii$Proxy
An implementation for
CfnLaunchProfile.StreamingSessionStorageRootProperty |
Modifier and Type | Method and Description |
---|---|
static CfnLaunchProfile.StreamingSessionStorageRootProperty.Builder |
builder() |
default java.lang.String |
getLinux()
The folder path in Linux workstations where files are uploaded.
|
default java.lang.String |
getWindows()
The folder path in Windows workstations where files are uploaded.
|