Class CfnLaunchProfileMixinProps.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.nimblestudio.CfnLaunchProfileMixinProps.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnLaunchProfileMixinProps>
- Enclosing interface:
CfnLaunchProfileMixinProps
@Stability(Stable)
public static final class CfnLaunchProfileMixinProps.Builder
extends Object
implements software.amazon.jsii.Builder<CfnLaunchProfileMixinProps>
A builder for
CfnLaunchProfileMixinProps-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.description(String description) Sets the value ofCfnLaunchProfileMixinProps.getDescription()ec2SubnetIds(List<String> ec2SubnetIds) Sets the value ofCfnLaunchProfileMixinProps.getEc2SubnetIds()launchProfileProtocolVersions(List<String> launchProfileProtocolVersions) Sets the value ofCfnLaunchProfileMixinProps.getLaunchProfileProtocolVersions()Sets the value ofCfnLaunchProfileMixinProps.getName()streamConfiguration(CfnLaunchProfilePropsMixin.StreamConfigurationProperty streamConfiguration) Sets the value ofCfnLaunchProfileMixinProps.getStreamConfiguration()streamConfiguration(IResolvable streamConfiguration) Sets the value ofCfnLaunchProfileMixinProps.getStreamConfiguration()studioComponentIds(List<String> studioComponentIds) Sets the value ofCfnLaunchProfileMixinProps.getStudioComponentIds()Sets the value ofCfnLaunchProfileMixinProps.getStudioId()Sets the value ofCfnLaunchProfileMixinProps.getTags()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
description
Sets the value ofCfnLaunchProfileMixinProps.getDescription()- Parameters:
description- the value to be set.- Returns:
this
-
ec2SubnetIds
@Stability(Stable) public CfnLaunchProfileMixinProps.Builder ec2SubnetIds(List<String> ec2SubnetIds) Sets the value ofCfnLaunchProfileMixinProps.getEc2SubnetIds()- Parameters:
ec2SubnetIds- the value to be set.- Returns:
this
-
launchProfileProtocolVersions
@Stability(Stable) public CfnLaunchProfileMixinProps.Builder launchProfileProtocolVersions(List<String> launchProfileProtocolVersions) Sets the value ofCfnLaunchProfileMixinProps.getLaunchProfileProtocolVersions()- Parameters:
launchProfileProtocolVersions- the value to be set.- Returns:
this
-
name
Sets the value ofCfnLaunchProfileMixinProps.getName()- Parameters:
name- the value to be set.- Returns:
this
-
streamConfiguration
@Stability(Stable) public CfnLaunchProfileMixinProps.Builder streamConfiguration(IResolvable streamConfiguration) Sets the value ofCfnLaunchProfileMixinProps.getStreamConfiguration()- Parameters:
streamConfiguration- the value to be set.- Returns:
this
-
streamConfiguration
@Stability(Stable) public CfnLaunchProfileMixinProps.Builder streamConfiguration(CfnLaunchProfilePropsMixin.StreamConfigurationProperty streamConfiguration) Sets the value ofCfnLaunchProfileMixinProps.getStreamConfiguration()- Parameters:
streamConfiguration- the value to be set.- Returns:
this
-
studioComponentIds
@Stability(Stable) public CfnLaunchProfileMixinProps.Builder studioComponentIds(List<String> studioComponentIds) Sets the value ofCfnLaunchProfileMixinProps.getStudioComponentIds()- Parameters:
studioComponentIds- the value to be set.- Returns:
this
-
studioId
Sets the value ofCfnLaunchProfileMixinProps.getStudioId()- Parameters:
studioId- the value to be set.- Returns:
this
-
tags
Sets the value ofCfnLaunchProfileMixinProps.getTags()- Parameters:
tags- the value to be set.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnLaunchProfileMixinProps>- Returns:
- a new instance of
CfnLaunchProfileMixinProps - Throws:
NullPointerException- if any required attribute was not provided
-