@Stability(value=Stable) public static final class CfnLaunchProfile.Builder extends Object implements software.amazon.jsii.Builder<CfnLaunchProfile>
CfnLaunchProfile.| Modifier and Type | Method and Description |
|---|---|
CfnLaunchProfile |
build() |
static CfnLaunchProfile.Builder |
create(software.constructs.Construct scope,
String id) |
CfnLaunchProfile.Builder |
description(String description)
A human-readable description of the launch profile.
|
CfnLaunchProfile.Builder |
ec2SubnetIds(List<String> ec2SubnetIds)
Unique identifiers for a collection of EC2 subnets.
|
CfnLaunchProfile.Builder |
launchProfileProtocolVersions(List<String> launchProfileProtocolVersions)
The version number of the protocol that is used by the launch profile.
|
CfnLaunchProfile.Builder |
name(String name)
A friendly name for the launch profile.
|
CfnLaunchProfile.Builder |
streamConfiguration(CfnLaunchProfile.StreamConfigurationProperty streamConfiguration)
A configuration for a streaming session.
|
CfnLaunchProfile.Builder |
streamConfiguration(IResolvable streamConfiguration)
A configuration for a streaming session.
|
CfnLaunchProfile.Builder |
studioComponentIds(List<String> studioComponentIds)
Unique identifiers for a collection of studio components that can be used with this launch profile.
|
CfnLaunchProfile.Builder |
studioId(String studioId)
The unique identifier for a studio resource.
|
CfnLaunchProfile.Builder |
tags(Map<String,String> tags)
An array of key-value pairs to apply to this resource.
|
@Stability(value=Stable) public static CfnLaunchProfile.Builder create(software.constructs.Construct scope, String id)
scope - - scope in which this resource is defined. This parameter is required.id - - scoped id of the resource. This parameter is required.CfnLaunchProfile.StreamConfigurationProperty.Builder.@Stability(value=Stable) public CfnLaunchProfile.Builder ec2SubnetIds(List<String> ec2SubnetIds)
ec2SubnetIds - Unique identifiers for a collection of EC2 subnets. This parameter is required.this@Stability(value=Stable) public CfnLaunchProfile.Builder launchProfileProtocolVersions(List<String> launchProfileProtocolVersions)
The only valid version is "2021-03-31".
launchProfileProtocolVersions - The version number of the protocol that is used by the launch profile. This parameter is required.this@Stability(value=Stable) public CfnLaunchProfile.Builder name(String name)
name - A friendly name for the launch profile. This parameter is required.this@Stability(value=Stable) public CfnLaunchProfile.Builder streamConfiguration(CfnLaunchProfile.StreamConfigurationProperty streamConfiguration)
streamConfiguration - A configuration for a streaming session. This parameter is required.this@Stability(value=Stable) public CfnLaunchProfile.Builder streamConfiguration(IResolvable streamConfiguration)
streamConfiguration - A configuration for a streaming session. This parameter is required.this@Stability(value=Stable) public CfnLaunchProfile.Builder studioComponentIds(List<String> studioComponentIds)
studioComponentIds - Unique identifiers for a collection of studio components that can be used with this launch profile. This parameter is required.this@Stability(value=Stable) public CfnLaunchProfile.Builder studioId(String studioId)
In Nimble Studio , all other resources are contained in a studio resource.
studioId - The unique identifier for a studio resource. This parameter is required.this@Stability(value=Stable) public CfnLaunchProfile.Builder description(String description)
description - A human-readable description of the launch profile. This parameter is required.this@Stability(value=Stable) public CfnLaunchProfile.Builder tags(Map<String,String> tags)
For more information, see Tag .
tags - An array of key-value pairs to apply to this resource. This parameter is required.this@Stability(value=Stable) public CfnLaunchProfile build()
build in interface software.amazon.jsii.Builder<CfnLaunchProfile>Copyright © 2022. All rights reserved.