@Stability(value=Stable) public static final class CfnSimulationApplicationProps.Builder extends Object implements software.amazon.jsii.Builder<CfnSimulationApplicationProps>
CfnSimulationApplicationProps| Constructor and Description |
|---|
Builder() |
@Stability(value=Stable) public CfnSimulationApplicationProps.Builder robotSoftwareSuite(CfnSimulationApplication.RobotSoftwareSuiteProperty robotSoftwareSuite)
CfnSimulationApplicationProps.getRobotSoftwareSuite()robotSoftwareSuite - The robot software suite used by the simulation application. This parameter is required.this@Stability(value=Stable) public CfnSimulationApplicationProps.Builder robotSoftwareSuite(IResolvable robotSoftwareSuite)
CfnSimulationApplicationProps.getRobotSoftwareSuite()robotSoftwareSuite - The robot software suite used by the simulation application. This parameter is required.this@Stability(value=Stable) public CfnSimulationApplicationProps.Builder simulationSoftwareSuite(CfnSimulationApplication.SimulationSoftwareSuiteProperty simulationSoftwareSuite)
CfnSimulationApplicationProps.getSimulationSoftwareSuite()simulationSoftwareSuite - The simulation software suite used by the simulation application. This parameter is required.this@Stability(value=Stable) public CfnSimulationApplicationProps.Builder simulationSoftwareSuite(IResolvable simulationSoftwareSuite)
CfnSimulationApplicationProps.getSimulationSoftwareSuite()simulationSoftwareSuite - The simulation software suite used by the simulation application. This parameter is required.this@Stability(value=Stable) public CfnSimulationApplicationProps.Builder currentRevisionId(String currentRevisionId)
CfnSimulationApplicationProps.getCurrentRevisionId()currentRevisionId - The current revision id.this@Stability(value=Stable) public CfnSimulationApplicationProps.Builder environment(String environment)
CfnSimulationApplicationProps.getEnvironment()environment - The environment of the simulation application.this@Stability(value=Stable) public CfnSimulationApplicationProps.Builder name(String name)
CfnSimulationApplicationProps.getName()name - The name of the simulation application.this@Stability(value=Stable) public CfnSimulationApplicationProps.Builder renderingEngine(CfnSimulationApplication.RenderingEngineProperty renderingEngine)
CfnSimulationApplicationProps.getRenderingEngine()renderingEngine - The rendering engine for the simulation application.this@Stability(value=Stable) public CfnSimulationApplicationProps.Builder renderingEngine(IResolvable renderingEngine)
CfnSimulationApplicationProps.getRenderingEngine()renderingEngine - The rendering engine for the simulation application.this@Stability(value=Stable) public CfnSimulationApplicationProps.Builder sources(IResolvable sources)
CfnSimulationApplicationProps.getSources()sources - The sources of the simulation application.this@Stability(value=Stable) public CfnSimulationApplicationProps.Builder sources(List<? extends Object> sources)
CfnSimulationApplicationProps.getSources()sources - The sources of the simulation application.this@Stability(value=Stable) public CfnSimulationApplicationProps.Builder tags(Map<String,String> tags)
CfnSimulationApplicationProps.getTags()tags - A map that contains tag keys and tag values that are attached to the simulation application.this@Stability(value=Stable) public CfnSimulationApplicationProps build()
build in interface software.amazon.jsii.Builder<CfnSimulationApplicationProps>CfnSimulationApplicationPropsNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.