@Stability(value=Stable) public static final class CfnSimulationApplication.RobotSoftwareSuiteProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnSimulationApplication.RobotSoftwareSuiteProperty>
CfnSimulationApplication.RobotSoftwareSuiteProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnSimulationApplication.RobotSoftwareSuiteProperty |
build()
Builds the configured instance.
|
CfnSimulationApplication.RobotSoftwareSuiteProperty.Builder |
name(String name)
Sets the value of
CfnSimulationApplication.RobotSoftwareSuiteProperty.getName() |
CfnSimulationApplication.RobotSoftwareSuiteProperty.Builder |
version(String version)
Sets the value of
CfnSimulationApplication.RobotSoftwareSuiteProperty.getVersion() |
@Stability(value=Stable) public CfnSimulationApplication.RobotSoftwareSuiteProperty.Builder name(String name)
CfnSimulationApplication.RobotSoftwareSuiteProperty.getName()name - The name of the robot software suite. This parameter is required.
General is the only supported value.this@Stability(value=Stable) public CfnSimulationApplication.RobotSoftwareSuiteProperty.Builder version(String version)
CfnSimulationApplication.RobotSoftwareSuiteProperty.getVersion()version - The version of the robot software suite.
Not applicable for General software suite.this@Stability(value=Stable) public CfnSimulationApplication.RobotSoftwareSuiteProperty build()
build in interface software.amazon.jsii.Builder<CfnSimulationApplication.RobotSoftwareSuiteProperty>CfnSimulationApplication.RobotSoftwareSuitePropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.