@Stability(value=Stable)
public static interface CfnLaunchProfile.StreamingSessionStorageRootProperty
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.*; 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 String |
getLinux()
The folder path in Linux workstations where files are uploaded.
|
default String |
getWindows()
The folder path in Windows workstations where files are uploaded.
|
@Stability(value=Stable) @Nullable default String getLinux()
@Stability(value=Stable) @Nullable default String getWindows()
@Stability(value=Stable) static CfnLaunchProfile.StreamingSessionStorageRootProperty.Builder builder()
Copyright © 2023. All rights reserved.