Class CfnSimulationApplicationMixinProps.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.robomaker.CfnSimulationApplicationMixinProps.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnSimulationApplicationMixinProps>
- Enclosing interface:
CfnSimulationApplicationMixinProps
@Stability(Stable)
public static final class CfnSimulationApplicationMixinProps.Builder
extends Object
implements software.amazon.jsii.Builder<CfnSimulationApplicationMixinProps>
A builder for
CfnSimulationApplicationMixinProps-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.currentRevisionId(String currentRevisionId) Sets the value ofCfnSimulationApplicationMixinProps.getCurrentRevisionId()environment(String environment) Sets the value ofCfnSimulationApplicationMixinProps.getEnvironment()Sets the value ofCfnSimulationApplicationMixinProps.getName()Sets the value ofCfnSimulationApplicationMixinProps.getRenderingEngine()renderingEngine(IResolvable renderingEngine) Sets the value ofCfnSimulationApplicationMixinProps.getRenderingEngine()robotSoftwareSuite(CfnSimulationApplicationPropsMixin.RobotSoftwareSuiteProperty robotSoftwareSuite) Sets the value ofCfnSimulationApplicationMixinProps.getRobotSoftwareSuite()robotSoftwareSuite(IResolvable robotSoftwareSuite) Sets the value ofCfnSimulationApplicationMixinProps.getRobotSoftwareSuite()simulationSoftwareSuite(CfnSimulationApplicationPropsMixin.SimulationSoftwareSuiteProperty simulationSoftwareSuite) Sets the value ofCfnSimulationApplicationMixinProps.getSimulationSoftwareSuite()simulationSoftwareSuite(IResolvable simulationSoftwareSuite) Sets the value ofCfnSimulationApplicationMixinProps.getSimulationSoftwareSuite()Sets the value ofCfnSimulationApplicationMixinProps.getSources()sources(IResolvable sources) Sets the value ofCfnSimulationApplicationMixinProps.getSources()Sets the value ofCfnSimulationApplicationMixinProps.getTags()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
currentRevisionId
@Stability(Stable) public CfnSimulationApplicationMixinProps.Builder currentRevisionId(String currentRevisionId) Sets the value ofCfnSimulationApplicationMixinProps.getCurrentRevisionId()- Parameters:
currentRevisionId- The current revision id.- Returns:
this
-
environment
@Stability(Stable) public CfnSimulationApplicationMixinProps.Builder environment(String environment) Sets the value ofCfnSimulationApplicationMixinProps.getEnvironment()- Parameters:
environment- The environment of the simulation application.- Returns:
this
-
name
Sets the value ofCfnSimulationApplicationMixinProps.getName()- Parameters:
name- The name of the simulation application.- Returns:
this
-
renderingEngine
@Stability(Stable) public CfnSimulationApplicationMixinProps.Builder renderingEngine(IResolvable renderingEngine) Sets the value ofCfnSimulationApplicationMixinProps.getRenderingEngine()- Parameters:
renderingEngine- The rendering engine for the simulation application.- Returns:
this
-
renderingEngine
@Stability(Stable) public CfnSimulationApplicationMixinProps.Builder renderingEngine(CfnSimulationApplicationPropsMixin.RenderingEngineProperty renderingEngine) Sets the value ofCfnSimulationApplicationMixinProps.getRenderingEngine()- Parameters:
renderingEngine- The rendering engine for the simulation application.- Returns:
this
-
robotSoftwareSuite
@Stability(Stable) public CfnSimulationApplicationMixinProps.Builder robotSoftwareSuite(IResolvable robotSoftwareSuite) Sets the value ofCfnSimulationApplicationMixinProps.getRobotSoftwareSuite()- Parameters:
robotSoftwareSuite- The robot software suite used by the simulation application.- Returns:
this
-
robotSoftwareSuite
@Stability(Stable) public CfnSimulationApplicationMixinProps.Builder robotSoftwareSuite(CfnSimulationApplicationPropsMixin.RobotSoftwareSuiteProperty robotSoftwareSuite) Sets the value ofCfnSimulationApplicationMixinProps.getRobotSoftwareSuite()- Parameters:
robotSoftwareSuite- The robot software suite used by the simulation application.- Returns:
this
-
simulationSoftwareSuite
@Stability(Stable) public CfnSimulationApplicationMixinProps.Builder simulationSoftwareSuite(IResolvable simulationSoftwareSuite) Sets the value ofCfnSimulationApplicationMixinProps.getSimulationSoftwareSuite()- Parameters:
simulationSoftwareSuite- The simulation software suite used by the simulation application.- Returns:
this
-
simulationSoftwareSuite
@Stability(Stable) public CfnSimulationApplicationMixinProps.Builder simulationSoftwareSuite(CfnSimulationApplicationPropsMixin.SimulationSoftwareSuiteProperty simulationSoftwareSuite) Sets the value ofCfnSimulationApplicationMixinProps.getSimulationSoftwareSuite()- Parameters:
simulationSoftwareSuite- The simulation software suite used by the simulation application.- Returns:
this
-
sources
Sets the value ofCfnSimulationApplicationMixinProps.getSources()- Parameters:
sources- The sources of the simulation application.- Returns:
this
-
sources
@Stability(Stable) public CfnSimulationApplicationMixinProps.Builder sources(List<? extends Object> sources) Sets the value ofCfnSimulationApplicationMixinProps.getSources()- Parameters:
sources- The sources of the simulation application.- Returns:
this
-
tags
Sets the value ofCfnSimulationApplicationMixinProps.getTags()- Parameters:
tags- A map that contains tag keys and tag values that are attached to the simulation application.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnSimulationApplicationMixinProps>- Returns:
- a new instance of
CfnSimulationApplicationMixinProps - Throws:
NullPointerException- if any required attribute was not provided
-