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
Modifier and TypeMethodDescriptionThe folder path in Linux workstations where files are uploaded.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 Details
-
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
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.
-