Class CfnLaunchProfile.Builder
java.lang.Object
software.amazon.awscdk.services.nimblestudio.CfnLaunchProfile.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnLaunchProfile>
- Enclosing class:
CfnLaunchProfile
@Stability(Stable)
public static final class CfnLaunchProfile.Builder
extends Object
implements software.amazon.jsii.Builder<CfnLaunchProfile>
A fluent builder for
CfnLaunchProfile.-
Method Summary
Modifier and TypeMethodDescriptionbuild()static CfnLaunchProfile.Builderdescription(String description) ec2SubnetIds(List<String> ec2SubnetIds) launchProfileProtocolVersions(List<String> launchProfileProtocolVersions) streamConfiguration(IResolvable streamConfiguration) streamConfiguration(CfnLaunchProfile.StreamConfigurationProperty streamConfiguration) studioComponentIds(List<String> studioComponentIds)
-
Method Details
-
create
@Stability(Stable) public static CfnLaunchProfile.Builder create(software.constructs.Construct scope, String id) - Parameters:
scope- Scope in which this resource is defined. This parameter is required.id- Construct identifier for this resource (unique in its scope). This parameter is required.- Returns:
- a new instance of
CfnLaunchProfile.Builder.
-
ec2SubnetIds
- Parameters:
ec2SubnetIds- This parameter is required.- Returns:
this- See Also:
-
launchProfileProtocolVersions
@Stability(Stable) public CfnLaunchProfile.Builder launchProfileProtocolVersions(List<String> launchProfileProtocolVersions) - Parameters:
launchProfileProtocolVersions- This parameter is required.- Returns:
this- See Also:
-
name
- Parameters:
name- This parameter is required.- Returns:
this- See Also:
-
streamConfiguration
@Stability(Stable) public CfnLaunchProfile.Builder streamConfiguration(IResolvable streamConfiguration) - Parameters:
streamConfiguration- This parameter is required.- Returns:
this- See Also:
-
streamConfiguration
@Stability(Stable) public CfnLaunchProfile.Builder streamConfiguration(CfnLaunchProfile.StreamConfigurationProperty streamConfiguration) - Parameters:
streamConfiguration- This parameter is required.- Returns:
this- See Also:
-
studioComponentIds
@Stability(Stable) public CfnLaunchProfile.Builder studioComponentIds(List<String> studioComponentIds) - Parameters:
studioComponentIds- This parameter is required.- Returns:
this- See Also:
-
studioId
- Parameters:
studioId- This parameter is required.- Returns:
this- See Also:
-
description
- Parameters:
description- This parameter is required.- Returns:
this- See Also:
-
tags
- Parameters:
tags- This parameter is required.- Returns:
this- See Also:
-
build
- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnLaunchProfile>- Returns:
- a newly built instance of
CfnLaunchProfile.
-