@Stability(value=Stable) public static final class CfnLaunchProfile.StreamConfigurationProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnLaunchProfile.StreamConfigurationProperty>
CfnLaunchProfile.StreamConfigurationProperty| Constructor and Description |
|---|
Builder() |
@Stability(value=Stable) public CfnLaunchProfile.StreamConfigurationProperty.Builder clipboardMode(String clipboardMode)
CfnLaunchProfile.StreamConfigurationProperty.getClipboardMode()clipboardMode - Enable or disable the use of the system clipboard to copy and paste between the streaming session and streaming client. This parameter is required.this@Stability(value=Stable) public CfnLaunchProfile.StreamConfigurationProperty.Builder ec2InstanceTypes(List<String> ec2InstanceTypes)
CfnLaunchProfile.StreamConfigurationProperty.getEc2InstanceTypes()ec2InstanceTypes - The EC2 instance types that users can select from when launching a streaming session with this launch profile. This parameter is required.this@Stability(value=Stable) public CfnLaunchProfile.StreamConfigurationProperty.Builder streamingImageIds(List<String> streamingImageIds)
CfnLaunchProfile.StreamConfigurationProperty.getStreamingImageIds()streamingImageIds - The streaming images that users can select from when launching a streaming session with this launch profile. This parameter is required.this@Stability(value=Stable) public CfnLaunchProfile.StreamConfigurationProperty.Builder maxSessionLengthInMinutes(Number maxSessionLengthInMinutes)
maxSessionLengthInMinutes - The length of time, in minutes, that a streaming session can be active before it is stopped or terminated.
After this point, Nimble Studio automatically terminates or stops the session. The default length of time is 690 minutes, and the maximum length of time is 30 days.this@Stability(value=Stable) public CfnLaunchProfile.StreamConfigurationProperty.Builder maxStoppedSessionLengthInMinutes(Number maxStoppedSessionLengthInMinutes)
CfnLaunchProfile.StreamConfigurationProperty.getMaxStoppedSessionLengthInMinutes()maxStoppedSessionLengthInMinutes - Integer that determines if you can start and stop your sessions and how long a session can stay in the STOPPED state.
The default value is 0. The maximum value is 5760.
If the value is missing or set to 0, your sessions can’t be stopped. If you then call StopStreamingSession , the session fails. If the time that a session stays in the READY state exceeds the maxSessionLengthInMinutes value, the session will automatically be terminated (instead of stopped).
If the value is set to a positive number, the session can be stopped. You can call StopStreamingSession to stop sessions in the READY state. If the time that a session stays in the READY state exceeds the maxSessionLengthInMinutes value, the session will automatically be stopped (instead of terminated).
this@Stability(value=Stable) public CfnLaunchProfile.StreamConfigurationProperty.Builder sessionStorage(CfnLaunchProfile.StreamConfigurationSessionStorageProperty sessionStorage)
CfnLaunchProfile.StreamConfigurationProperty.getSessionStorage()sessionStorage - (Optional) The upload storage for a streaming session.this@Stability(value=Stable) public CfnLaunchProfile.StreamConfigurationProperty.Builder sessionStorage(IResolvable sessionStorage)
CfnLaunchProfile.StreamConfigurationProperty.getSessionStorage()sessionStorage - (Optional) The upload storage for a streaming session.this@Stability(value=Stable) public CfnLaunchProfile.StreamConfigurationProperty build()
build in interface software.amazon.jsii.Builder<CfnLaunchProfile.StreamConfigurationProperty>CfnLaunchProfile.StreamConfigurationPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.