@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)
`AWS::NimbleStudio::LaunchProfile.Description`.
|
CfnLaunchProfile.Builder |
ec2SubnetIds(List<String> ec2SubnetIds)
`AWS::NimbleStudio::LaunchProfile.Ec2SubnetIds`.
|
CfnLaunchProfile.Builder |
launchProfileProtocolVersions(List<String> launchProfileProtocolVersions)
`AWS::NimbleStudio::LaunchProfile.LaunchProfileProtocolVersions`.
|
CfnLaunchProfile.Builder |
name(String name)
`AWS::NimbleStudio::LaunchProfile.Name`.
|
CfnLaunchProfile.Builder |
streamConfiguration(CfnLaunchProfile.StreamConfigurationProperty streamConfiguration)
`AWS::NimbleStudio::LaunchProfile.StreamConfiguration`.
|
CfnLaunchProfile.Builder |
streamConfiguration(IResolvable streamConfiguration)
`AWS::NimbleStudio::LaunchProfile.StreamConfiguration`.
|
CfnLaunchProfile.Builder |
studioComponentIds(List<String> studioComponentIds)
`AWS::NimbleStudio::LaunchProfile.StudioComponentIds`.
|
CfnLaunchProfile.Builder |
studioId(String studioId)
`AWS::NimbleStudio::LaunchProfile.StudioId`.
|
CfnLaunchProfile.Builder |
tags(Map<String,String> tags)
`AWS::NimbleStudio::LaunchProfile.Tags`.
|
@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
- `AWS::NimbleStudio::LaunchProfile.Ec2SubnetIds`. This parameter is required.this
@Stability(value=Stable) public CfnLaunchProfile.Builder launchProfileProtocolVersions(List<String> launchProfileProtocolVersions)
launchProfileProtocolVersions
- `AWS::NimbleStudio::LaunchProfile.LaunchProfileProtocolVersions`. This parameter is required.this
@Stability(value=Stable) public CfnLaunchProfile.Builder name(String name)
name
- `AWS::NimbleStudio::LaunchProfile.Name`. This parameter is required.this
@Stability(value=Stable) public CfnLaunchProfile.Builder streamConfiguration(CfnLaunchProfile.StreamConfigurationProperty streamConfiguration)
streamConfiguration
- `AWS::NimbleStudio::LaunchProfile.StreamConfiguration`. This parameter is required.this
@Stability(value=Stable) public CfnLaunchProfile.Builder streamConfiguration(IResolvable streamConfiguration)
streamConfiguration
- `AWS::NimbleStudio::LaunchProfile.StreamConfiguration`. This parameter is required.this
@Stability(value=Stable) public CfnLaunchProfile.Builder studioComponentIds(List<String> studioComponentIds)
studioComponentIds
- `AWS::NimbleStudio::LaunchProfile.StudioComponentIds`. This parameter is required.this
@Stability(value=Stable) public CfnLaunchProfile.Builder studioId(String studioId)
studioId
- `AWS::NimbleStudio::LaunchProfile.StudioId`. This parameter is required.this
@Stability(value=Stable) public CfnLaunchProfile.Builder description(String description)
description
- `AWS::NimbleStudio::LaunchProfile.Description`. This parameter is required.this
@Stability(value=Stable) public CfnLaunchProfile.Builder tags(Map<String,String> tags)
tags
- `AWS::NimbleStudio::LaunchProfile.Tags`. This parameter is required.this
@Stability(value=Stable) public CfnLaunchProfile build()
build
in interface software.amazon.jsii.Builder<CfnLaunchProfile>
Copyright © 2021. All rights reserved.