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