Uses of Interface
software.amazon.awssdk.services.nimble.model.StreamingSessionStorageRoot.Builder
-
Packages that use StreamingSessionStorageRoot.Builder Package Description software.amazon.awssdk.services.nimble.model -
-
Uses of StreamingSessionStorageRoot.Builder in software.amazon.awssdk.services.nimble.model
Methods in software.amazon.awssdk.services.nimble.model that return StreamingSessionStorageRoot.Builder Modifier and Type Method Description static StreamingSessionStorageRoot.BuilderStreamingSessionStorageRoot. builder()StreamingSessionStorageRoot.BuilderStreamingSessionStorageRoot.Builder. linux(String linux)The folder path in Linux workstations where files are uploaded.StreamingSessionStorageRoot.BuilderStreamingSessionStorageRoot. toBuilder()StreamingSessionStorageRoot.BuilderStreamingSessionStorageRoot.Builder. windows(String windows)The folder path in Windows workstations where files are uploaded.Methods in software.amazon.awssdk.services.nimble.model that return types with arguments of type StreamingSessionStorageRoot.Builder Modifier and Type Method Description static Class<? extends StreamingSessionStorageRoot.Builder>StreamingSessionStorageRoot. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.nimble.model with type arguments of type StreamingSessionStorageRoot.Builder Modifier and Type Method Description default StreamConfigurationSessionStorage.BuilderStreamConfigurationSessionStorage.Builder. root(Consumer<StreamingSessionStorageRoot.Builder> root)The configuration for the upload storage root of the streaming session.
-