@Stability(value=Stable) public static final class CfnLaunchProfileProps.Builder extends Object implements software.amazon.jsii.Builder<CfnLaunchProfileProps>
CfnLaunchProfileProps
Constructor and Description |
---|
Builder() |
@Stability(value=Stable) public CfnLaunchProfileProps.Builder ec2SubnetIds(List<String> ec2SubnetIds)
CfnLaunchProfileProps.getEc2SubnetIds()
ec2SubnetIds
- `AWS::NimbleStudio::LaunchProfile.Ec2SubnetIds`. This parameter is required.this
@Stability(value=Stable) public CfnLaunchProfileProps.Builder launchProfileProtocolVersions(List<String> launchProfileProtocolVersions)
CfnLaunchProfileProps.getLaunchProfileProtocolVersions()
launchProfileProtocolVersions
- `AWS::NimbleStudio::LaunchProfile.LaunchProfileProtocolVersions`. This parameter is required.this
@Stability(value=Stable) public CfnLaunchProfileProps.Builder name(String name)
CfnLaunchProfileProps.getName()
name
- `AWS::NimbleStudio::LaunchProfile.Name`. This parameter is required.this
@Stability(value=Stable) public CfnLaunchProfileProps.Builder streamConfiguration(CfnLaunchProfile.StreamConfigurationProperty streamConfiguration)
CfnLaunchProfileProps.getStreamConfiguration()
streamConfiguration
- `AWS::NimbleStudio::LaunchProfile.StreamConfiguration`. This parameter is required.this
@Stability(value=Stable) public CfnLaunchProfileProps.Builder streamConfiguration(IResolvable streamConfiguration)
CfnLaunchProfileProps.getStreamConfiguration()
streamConfiguration
- `AWS::NimbleStudio::LaunchProfile.StreamConfiguration`. This parameter is required.this
@Stability(value=Stable) public CfnLaunchProfileProps.Builder studioComponentIds(List<String> studioComponentIds)
CfnLaunchProfileProps.getStudioComponentIds()
studioComponentIds
- `AWS::NimbleStudio::LaunchProfile.StudioComponentIds`. This parameter is required.this
@Stability(value=Stable) public CfnLaunchProfileProps.Builder studioId(String studioId)
CfnLaunchProfileProps.getStudioId()
studioId
- `AWS::NimbleStudio::LaunchProfile.StudioId`. This parameter is required.this
@Stability(value=Stable) public CfnLaunchProfileProps.Builder description(String description)
CfnLaunchProfileProps.getDescription()
description
- `AWS::NimbleStudio::LaunchProfile.Description`.this
@Stability(value=Stable) public CfnLaunchProfileProps.Builder tags(Map<String,String> tags)
CfnLaunchProfileProps.getTags()
tags
- `AWS::NimbleStudio::LaunchProfile.Tags`.this
@Stability(value=Stable) public CfnLaunchProfileProps build()
build
in interface software.amazon.jsii.Builder<CfnLaunchProfileProps>
CfnLaunchProfileProps
NullPointerException
- if any required attribute was not providedCopyright © 2021. All rights reserved.