Class CfnStudioComponentPropsMixin.StudioComponentInitializationScriptProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.nimblestudio.CfnStudioComponentPropsMixin.StudioComponentInitializationScriptProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnStudioComponentPropsMixin.StudioComponentInitializationScriptProperty>
- Enclosing interface:
CfnStudioComponentPropsMixin.StudioComponentInitializationScriptProperty
@Stability(Stable)
public static final class CfnStudioComponentPropsMixin.StudioComponentInitializationScriptProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnStudioComponentPropsMixin.StudioComponentInitializationScriptProperty>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.launchProfileProtocolVersion(String launchProfileProtocolVersion) runContext(String runContext)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
launchProfileProtocolVersion
@Stability(Stable) public CfnStudioComponentPropsMixin.StudioComponentInitializationScriptProperty.Builder launchProfileProtocolVersion(String launchProfileProtocolVersion) Sets the value ofCfnStudioComponentPropsMixin.StudioComponentInitializationScriptProperty.getLaunchProfileProtocolVersion()- Parameters:
launchProfileProtocolVersion- the value to be set.- Returns:
this
-
platform
@Stability(Stable) public CfnStudioComponentPropsMixin.StudioComponentInitializationScriptProperty.Builder platform(String platform) Sets the value ofCfnStudioComponentPropsMixin.StudioComponentInitializationScriptProperty.getPlatform()- Parameters:
platform- the value to be set.- Returns:
this
-
runContext
@Stability(Stable) public CfnStudioComponentPropsMixin.StudioComponentInitializationScriptProperty.Builder runContext(String runContext) Sets the value ofCfnStudioComponentPropsMixin.StudioComponentInitializationScriptProperty.getRunContext()- Parameters:
runContext- the value to be set.- Returns:
this
-
script
@Stability(Stable) public CfnStudioComponentPropsMixin.StudioComponentInitializationScriptProperty.Builder script(String script) Sets the value ofCfnStudioComponentPropsMixin.StudioComponentInitializationScriptProperty.getScript()- Parameters:
script- the value to be set.- Returns:
this
-
build
@Stability(Stable) public CfnStudioComponentPropsMixin.StudioComponentInitializationScriptProperty build()Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnStudioComponentPropsMixin.StudioComponentInitializationScriptProperty>- Returns:
- a new instance of
CfnStudioComponentPropsMixin.StudioComponentInitializationScriptProperty - Throws:
NullPointerException- if any required attribute was not provided
-