Class CfnStudioComponentMixinProps.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.nimblestudio.CfnStudioComponentMixinProps.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnStudioComponentMixinProps>
- Enclosing interface:
CfnStudioComponentMixinProps
@Stability(Stable)
public static final class CfnStudioComponentMixinProps.Builder
extends Object
implements software.amazon.jsii.Builder<CfnStudioComponentMixinProps>
A builder for
CfnStudioComponentMixinProps-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.Sets the value ofCfnStudioComponentMixinProps.getConfiguration()configuration(IResolvable configuration) Sets the value ofCfnStudioComponentMixinProps.getConfiguration()description(String description) Sets the value ofCfnStudioComponentMixinProps.getDescription()ec2SecurityGroupIds(List<String> ec2SecurityGroupIds) Sets the value ofCfnStudioComponentMixinProps.getEc2SecurityGroupIds()initializationScripts(List<? extends Object> initializationScripts) Sets the value ofCfnStudioComponentMixinProps.getInitializationScripts()initializationScripts(IResolvable initializationScripts) Sets the value ofCfnStudioComponentMixinProps.getInitializationScripts()Sets the value ofCfnStudioComponentMixinProps.getName()scriptParameters(List<? extends Object> scriptParameters) Sets the value ofCfnStudioComponentMixinProps.getScriptParameters()scriptParameters(IResolvable scriptParameters) Sets the value ofCfnStudioComponentMixinProps.getScriptParameters()Sets the value ofCfnStudioComponentMixinProps.getStudioId()Sets the value ofCfnStudioComponentMixinProps.getSubtype()Sets the value ofCfnStudioComponentMixinProps.getTags()Sets the value ofCfnStudioComponentMixinProps.getType()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
configuration
@Stability(Stable) public CfnStudioComponentMixinProps.Builder configuration(IResolvable configuration) Sets the value ofCfnStudioComponentMixinProps.getConfiguration()- Parameters:
configuration- the value to be set.- Returns:
this
-
configuration
@Stability(Stable) public CfnStudioComponentMixinProps.Builder configuration(CfnStudioComponentPropsMixin.StudioComponentConfigurationProperty configuration) Sets the value ofCfnStudioComponentMixinProps.getConfiguration()- Parameters:
configuration- the value to be set.- Returns:
this
-
description
Sets the value ofCfnStudioComponentMixinProps.getDescription()- Parameters:
description- the value to be set.- Returns:
this
-
ec2SecurityGroupIds
@Stability(Stable) public CfnStudioComponentMixinProps.Builder ec2SecurityGroupIds(List<String> ec2SecurityGroupIds) Sets the value ofCfnStudioComponentMixinProps.getEc2SecurityGroupIds()- Parameters:
ec2SecurityGroupIds- the value to be set.- Returns:
this
-
initializationScripts
@Stability(Stable) public CfnStudioComponentMixinProps.Builder initializationScripts(IResolvable initializationScripts) Sets the value ofCfnStudioComponentMixinProps.getInitializationScripts()- Parameters:
initializationScripts- the value to be set.- Returns:
this
-
initializationScripts
@Stability(Stable) public CfnStudioComponentMixinProps.Builder initializationScripts(List<? extends Object> initializationScripts) Sets the value ofCfnStudioComponentMixinProps.getInitializationScripts()- Parameters:
initializationScripts- the value to be set.- Returns:
this
-
name
Sets the value ofCfnStudioComponentMixinProps.getName()- Parameters:
name- the value to be set.- Returns:
this
-
scriptParameters
@Stability(Stable) public CfnStudioComponentMixinProps.Builder scriptParameters(IResolvable scriptParameters) Sets the value ofCfnStudioComponentMixinProps.getScriptParameters()- Parameters:
scriptParameters- the value to be set.- Returns:
this
-
scriptParameters
@Stability(Stable) public CfnStudioComponentMixinProps.Builder scriptParameters(List<? extends Object> scriptParameters) Sets the value ofCfnStudioComponentMixinProps.getScriptParameters()- Parameters:
scriptParameters- the value to be set.- Returns:
this
-
studioId
Sets the value ofCfnStudioComponentMixinProps.getStudioId()- Parameters:
studioId- the value to be set.- Returns:
this
-
subtype
Sets the value ofCfnStudioComponentMixinProps.getSubtype()- Parameters:
subtype- the value to be set.- Returns:
this
-
tags
Sets the value ofCfnStudioComponentMixinProps.getTags()- Parameters:
tags- the value to be set.- Returns:
this
-
type
Sets the value ofCfnStudioComponentMixinProps.getType()- Parameters:
type- the value to be set.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnStudioComponentMixinProps>- Returns:
- a new instance of
CfnStudioComponentMixinProps - Throws:
NullPointerException- if any required attribute was not provided
-