Uses of Class
software.amazon.awscdk.services.nimblestudio.CfnLaunchProfile.StreamConfigurationProperty.Builder
Packages that use CfnLaunchProfile.StreamConfigurationProperty.Builder
Package
Description
AWS::NimbleStudio Construct Library
-
Uses of CfnLaunchProfile.StreamConfigurationProperty.Builder in software.amazon.awscdk.services.nimblestudio
Methods in software.amazon.awscdk.services.nimblestudio that return CfnLaunchProfile.StreamConfigurationProperty.BuilderModifier and TypeMethodDescriptionCfnLaunchProfile.StreamConfigurationProperty.Builder.automaticTerminationMode
(String automaticTerminationMode) CfnLaunchProfile.StreamConfigurationProperty.builder()
CfnLaunchProfile.StreamConfigurationProperty.Builder.clipboardMode
(String clipboardMode) Sets the value ofCfnLaunchProfile.StreamConfigurationProperty.getClipboardMode()
CfnLaunchProfile.StreamConfigurationProperty.Builder.ec2InstanceTypes
(List<String> ec2InstanceTypes) Sets the value ofCfnLaunchProfile.StreamConfigurationProperty.getEc2InstanceTypes()
CfnLaunchProfile.StreamConfigurationProperty.Builder.maxSessionLengthInMinutes
(Number maxSessionLengthInMinutes) CfnLaunchProfile.StreamConfigurationProperty.Builder.maxStoppedSessionLengthInMinutes
(Number maxStoppedSessionLengthInMinutes) CfnLaunchProfile.StreamConfigurationProperty.Builder.sessionBackup
(IResolvable sessionBackup) Sets the value ofCfnLaunchProfile.StreamConfigurationProperty.getSessionBackup()
CfnLaunchProfile.StreamConfigurationProperty.Builder.sessionBackup
(CfnLaunchProfile.StreamConfigurationSessionBackupProperty sessionBackup) Sets the value ofCfnLaunchProfile.StreamConfigurationProperty.getSessionBackup()
CfnLaunchProfile.StreamConfigurationProperty.Builder.sessionPersistenceMode
(String sessionPersistenceMode) Sets the value ofCfnLaunchProfile.StreamConfigurationProperty.getSessionPersistenceMode()
CfnLaunchProfile.StreamConfigurationProperty.Builder.sessionStorage
(IResolvable sessionStorage) Sets the value ofCfnLaunchProfile.StreamConfigurationProperty.getSessionStorage()
CfnLaunchProfile.StreamConfigurationProperty.Builder.sessionStorage
(CfnLaunchProfile.StreamConfigurationSessionStorageProperty sessionStorage) Sets the value ofCfnLaunchProfile.StreamConfigurationProperty.getSessionStorage()
CfnLaunchProfile.StreamConfigurationProperty.Builder.streamingImageIds
(List<String> streamingImageIds) Sets the value ofCfnLaunchProfile.StreamConfigurationProperty.getStreamingImageIds()
CfnLaunchProfile.StreamConfigurationProperty.Builder.volumeConfiguration
(IResolvable volumeConfiguration) Sets the value ofCfnLaunchProfile.StreamConfigurationProperty.getVolumeConfiguration()
CfnLaunchProfile.StreamConfigurationProperty.Builder.volumeConfiguration
(CfnLaunchProfile.VolumeConfigurationProperty volumeConfiguration) Sets the value ofCfnLaunchProfile.StreamConfigurationProperty.getVolumeConfiguration()
Constructors in software.amazon.awscdk.services.nimblestudio with parameters of type CfnLaunchProfile.StreamConfigurationProperty.BuilderModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnLaunchProfile.StreamConfigurationProperty.Builder
.