Interface CfnRobotApplication.RobotSoftwareSuiteProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnRobotApplication.RobotSoftwareSuiteProperty.Jsii$Proxy
- Enclosing class:
CfnRobotApplication
@Stability(Stable)
public static interface CfnRobotApplication.RobotSoftwareSuiteProperty
extends software.amazon.jsii.JsiiSerializable
Information about a robot software suite.
Example:
// The code below shows an example of how to instantiate this type. // The values are placeholders you should change. import software.amazon.awscdk.services.robomaker.*; RobotSoftwareSuiteProperty robotSoftwareSuiteProperty = RobotSoftwareSuiteProperty.builder() .name("name") // the properties below are optional .version("version") .build();
- See Also:
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic final class
A builder forCfnRobotApplication.RobotSoftwareSuiteProperty
static final class
An implementation forCfnRobotApplication.RobotSoftwareSuiteProperty
-
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getName
The name of the robot software suite.General
is the only supported value.- See Also:
-
getVersion
The version of the robot software suite.Not applicable for General software suite.
- See Also:
-
builder
-