Class CfnSimulationApplicationProps.Builder
java.lang.Object
software.amazon.awscdk.services.robomaker.CfnSimulationApplicationProps.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnSimulationApplicationProps>
- Enclosing interface:
CfnSimulationApplicationProps
@Stability(Stable)
public static final class CfnSimulationApplicationProps.Builder
extends Object
implements software.amazon.jsii.Builder<CfnSimulationApplicationProps>
A builder for
CfnSimulationApplicationProps-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.currentRevisionId(String currentRevisionId) Sets the value ofCfnSimulationApplicationProps.getCurrentRevisionId()environment(String environment) Sets the value ofCfnSimulationApplicationProps.getEnvironment()Sets the value ofCfnSimulationApplicationProps.getName()renderingEngine(IResolvable renderingEngine) Sets the value ofCfnSimulationApplicationProps.getRenderingEngine()renderingEngine(CfnSimulationApplication.RenderingEngineProperty renderingEngine) Sets the value ofCfnSimulationApplicationProps.getRenderingEngine()robotSoftwareSuite(IResolvable robotSoftwareSuite) Sets the value ofCfnSimulationApplicationProps.getRobotSoftwareSuite()robotSoftwareSuite(CfnSimulationApplication.RobotSoftwareSuiteProperty robotSoftwareSuite) Sets the value ofCfnSimulationApplicationProps.getRobotSoftwareSuite()simulationSoftwareSuite(IResolvable simulationSoftwareSuite) Sets the value ofCfnSimulationApplicationProps.getSimulationSoftwareSuite()simulationSoftwareSuite(CfnSimulationApplication.SimulationSoftwareSuiteProperty simulationSoftwareSuite) Sets the value ofCfnSimulationApplicationProps.getSimulationSoftwareSuite()Sets the value ofCfnSimulationApplicationProps.getSources()sources(IResolvable sources) Sets the value ofCfnSimulationApplicationProps.getSources()Sets the value ofCfnSimulationApplicationProps.getTags()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
robotSoftwareSuite
@Stability(Stable) public CfnSimulationApplicationProps.Builder robotSoftwareSuite(IResolvable robotSoftwareSuite) Sets the value ofCfnSimulationApplicationProps.getRobotSoftwareSuite()- Parameters:
robotSoftwareSuite- The robot software suite used by the simulation application. This parameter is required.- Returns:
this
-
robotSoftwareSuite
@Stability(Stable) public CfnSimulationApplicationProps.Builder robotSoftwareSuite(CfnSimulationApplication.RobotSoftwareSuiteProperty robotSoftwareSuite) Sets the value ofCfnSimulationApplicationProps.getRobotSoftwareSuite()- Parameters:
robotSoftwareSuite- The robot software suite used by the simulation application. This parameter is required.- Returns:
this
-
simulationSoftwareSuite
@Stability(Stable) public CfnSimulationApplicationProps.Builder simulationSoftwareSuite(IResolvable simulationSoftwareSuite) Sets the value ofCfnSimulationApplicationProps.getSimulationSoftwareSuite()- Parameters:
simulationSoftwareSuite- The simulation software suite used by the simulation application. This parameter is required.- Returns:
this
-
simulationSoftwareSuite
@Stability(Stable) public CfnSimulationApplicationProps.Builder simulationSoftwareSuite(CfnSimulationApplication.SimulationSoftwareSuiteProperty simulationSoftwareSuite) Sets the value ofCfnSimulationApplicationProps.getSimulationSoftwareSuite()- Parameters:
simulationSoftwareSuite- The simulation software suite used by the simulation application. This parameter is required.- Returns:
this
-
currentRevisionId
@Stability(Stable) public CfnSimulationApplicationProps.Builder currentRevisionId(String currentRevisionId) Sets the value ofCfnSimulationApplicationProps.getCurrentRevisionId()- Parameters:
currentRevisionId- The current revision id.- Returns:
this
-
environment
Sets the value ofCfnSimulationApplicationProps.getEnvironment()- Parameters:
environment- The environment of the simulation application.- Returns:
this
-
name
Sets the value ofCfnSimulationApplicationProps.getName()- Parameters:
name- The name of the simulation application.- Returns:
this
-
renderingEngine
@Stability(Stable) public CfnSimulationApplicationProps.Builder renderingEngine(IResolvable renderingEngine) Sets the value ofCfnSimulationApplicationProps.getRenderingEngine()- Parameters:
renderingEngine- The rendering engine for the simulation application.- Returns:
this
-
renderingEngine
@Stability(Stable) public CfnSimulationApplicationProps.Builder renderingEngine(CfnSimulationApplication.RenderingEngineProperty renderingEngine) Sets the value ofCfnSimulationApplicationProps.getRenderingEngine()- Parameters:
renderingEngine- The rendering engine for the simulation application.- Returns:
this
-
sources
Sets the value ofCfnSimulationApplicationProps.getSources()- Parameters:
sources- The sources of the simulation application.- Returns:
this
-
sources
@Stability(Stable) public CfnSimulationApplicationProps.Builder sources(List<? extends Object> sources) Sets the value ofCfnSimulationApplicationProps.getSources()- Parameters:
sources- The sources of the simulation application.- Returns:
this
-
tags
Sets the value ofCfnSimulationApplicationProps.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<CfnSimulationApplicationProps>- Returns:
- a new instance of
CfnSimulationApplicationProps - Throws:
NullPointerException- if any required attribute was not provided
-