public static interface StreamConfiguration.Builder extends SdkPojo, CopyableBuilder<StreamConfiguration.Builder,StreamConfiguration>
| Modifier and Type | Method and Description |
|---|---|
StreamConfiguration.Builder |
clipboardMode(StreamingClipboardMode clipboardMode)
Enable or disable the use of the system clipboard to copy and paste between the streaming session and
streaming client.
|
StreamConfiguration.Builder |
clipboardMode(String clipboardMode)
Enable or disable the use of the system clipboard to copy and paste between the streaming session and
streaming client.
|
StreamConfiguration.Builder |
ec2InstanceTypes(Collection<StreamingInstanceType> ec2InstanceTypes)
The EC2 instance types that users can select from when launching a streaming session with this launch
profile.
|
StreamConfiguration.Builder |
ec2InstanceTypes(StreamingInstanceType... ec2InstanceTypes)
The EC2 instance types that users can select from when launching a streaming session with this launch
profile.
|
StreamConfiguration.Builder |
ec2InstanceTypesWithStrings(Collection<String> ec2InstanceTypes)
The EC2 instance types that users can select from when launching a streaming session with this launch
profile.
|
StreamConfiguration.Builder |
ec2InstanceTypesWithStrings(String... ec2InstanceTypes)
The EC2 instance types that users can select from when launching a streaming session with this launch
profile.
|
StreamConfiguration.Builder |
maxSessionLengthInMinutes(Integer maxSessionLengthInMinutes)
The length of time, in minutes, that a streaming session can run.
|
StreamConfiguration.Builder |
streamingImageIds(Collection<String> streamingImageIds)
The streaming images that users can select from when launching a streaming session with this launch profile.
|
StreamConfiguration.Builder |
streamingImageIds(String... streamingImageIds)
The streaming images that users can select from when launching a streaming session with this launch profile.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildStreamConfiguration.Builder clipboardMode(String clipboardMode)
Enable or disable the use of the system clipboard to copy and paste between the streaming session and streaming client.
clipboardMode - Enable or disable the use of the system clipboard to copy and paste between the streaming session and
streaming client.StreamingClipboardMode,
StreamingClipboardModeStreamConfiguration.Builder clipboardMode(StreamingClipboardMode clipboardMode)
Enable or disable the use of the system clipboard to copy and paste between the streaming session and streaming client.
clipboardMode - Enable or disable the use of the system clipboard to copy and paste between the streaming session and
streaming client.StreamingClipboardMode,
StreamingClipboardModeStreamConfiguration.Builder ec2InstanceTypesWithStrings(Collection<String> ec2InstanceTypes)
The EC2 instance types that users can select from when launching a streaming session with this launch profile.
ec2InstanceTypes - The EC2 instance types that users can select from when launching a streaming session with this launch
profile.StreamConfiguration.Builder ec2InstanceTypesWithStrings(String... ec2InstanceTypes)
The EC2 instance types that users can select from when launching a streaming session with this launch profile.
ec2InstanceTypes - The EC2 instance types that users can select from when launching a streaming session with this launch
profile.StreamConfiguration.Builder ec2InstanceTypes(Collection<StreamingInstanceType> ec2InstanceTypes)
The EC2 instance types that users can select from when launching a streaming session with this launch profile.
ec2InstanceTypes - The EC2 instance types that users can select from when launching a streaming session with this launch
profile.StreamConfiguration.Builder ec2InstanceTypes(StreamingInstanceType... ec2InstanceTypes)
The EC2 instance types that users can select from when launching a streaming session with this launch profile.
ec2InstanceTypes - The EC2 instance types that users can select from when launching a streaming session with this launch
profile.StreamConfiguration.Builder maxSessionLengthInMinutes(Integer maxSessionLengthInMinutes)
The length of time, in minutes, that a streaming session can run. After this point, Nimble Studio automatically terminates the session.
maxSessionLengthInMinutes - The length of time, in minutes, that a streaming session can run. After this point, Nimble Studio
automatically terminates the session.StreamConfiguration.Builder streamingImageIds(Collection<String> streamingImageIds)
The streaming images that users can select from when launching a streaming session with this launch profile.
streamingImageIds - The streaming images that users can select from when launching a streaming session with this launch
profile.StreamConfiguration.Builder streamingImageIds(String... streamingImageIds)
The streaming images that users can select from when launching a streaming session with this launch profile.
streamingImageIds - The streaming images that users can select from when launching a streaming session with this launch
profile.Copyright © 2021. All rights reserved.