@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() |
| Modifier and Type | Method and Description |
|---|---|
CfnLaunchProfile.StreamConfigurationProperty |
build()
Builds the configured instance.
|
CfnLaunchProfile.StreamConfigurationProperty.Builder |
clipboardMode(String clipboardMode)
Sets the value of
CfnLaunchProfile.StreamConfigurationProperty.getClipboardMode() |
CfnLaunchProfile.StreamConfigurationProperty.Builder |
ec2InstanceTypes(List<String> ec2InstanceTypes)
Sets the value of
CfnLaunchProfile.StreamConfigurationProperty.getEc2InstanceTypes() |
CfnLaunchProfile.StreamConfigurationProperty.Builder |
maxSessionLengthInMinutes(Number maxSessionLengthInMinutes)
|
CfnLaunchProfile.StreamConfigurationProperty.Builder |
streamingImageIds(List<String> streamingImageIds)
Sets the value of
CfnLaunchProfile.StreamConfigurationProperty.getStreamingImageIds() |
@Stability(value=Stable) public CfnLaunchProfile.StreamConfigurationProperty.Builder clipboardMode(String clipboardMode)
CfnLaunchProfile.StreamConfigurationProperty.getClipboardMode()clipboardMode - `CfnLaunchProfile.StreamConfigurationProperty.ClipboardMode`. This parameter is required.this@Stability(value=Stable) public CfnLaunchProfile.StreamConfigurationProperty.Builder ec2InstanceTypes(List<String> ec2InstanceTypes)
CfnLaunchProfile.StreamConfigurationProperty.getEc2InstanceTypes()ec2InstanceTypes - `CfnLaunchProfile.StreamConfigurationProperty.Ec2InstanceTypes`. This parameter is required.this@Stability(value=Stable) public CfnLaunchProfile.StreamConfigurationProperty.Builder streamingImageIds(List<String> streamingImageIds)
CfnLaunchProfile.StreamConfigurationProperty.getStreamingImageIds()streamingImageIds - `CfnLaunchProfile.StreamConfigurationProperty.StreamingImageIds`. This parameter is required.this@Stability(value=Stable) public CfnLaunchProfile.StreamConfigurationProperty.Builder maxSessionLengthInMinutes(Number maxSessionLengthInMinutes)
maxSessionLengthInMinutes - `CfnLaunchProfile.StreamConfigurationProperty.MaxSessionLengthInMinutes`.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 © 2021. All rights reserved.