Interface StreamingSessionStorageRoot.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<StreamingSessionStorageRoot.Builder,StreamingSessionStorageRoot>,SdkBuilder<StreamingSessionStorageRoot.Builder,StreamingSessionStorageRoot>,SdkPojo
- Enclosing class:
- StreamingSessionStorageRoot
public static interface StreamingSessionStorageRoot.Builder extends SdkPojo, CopyableBuilder<StreamingSessionStorageRoot.Builder,StreamingSessionStorageRoot>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StreamingSessionStorageRoot.Builderlinux(String linux)The folder path in Linux workstations where files are uploaded.StreamingSessionStorageRoot.Builderwindows(String windows)The folder path in Windows workstations where files are uploaded.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
linux
StreamingSessionStorageRoot.Builder linux(String linux)
The folder path in Linux workstations where files are uploaded.
- Parameters:
linux- The folder path in Linux workstations where files are uploaded.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
windows
StreamingSessionStorageRoot.Builder windows(String windows)
The folder path in Windows workstations where files are uploaded.
- Parameters:
windows- The folder path in Windows workstations where files are uploaded.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-