public static interface CfnRobotApplication.RobotSoftwareSuiteProperty
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();
Modifier and Type | Interface and Description |
---|---|
static class |
CfnRobotApplication.RobotSoftwareSuiteProperty.Builder
A builder for
CfnRobotApplication.RobotSoftwareSuiteProperty |
static class |
CfnRobotApplication.RobotSoftwareSuiteProperty.Jsii$Proxy
An implementation for
CfnRobotApplication.RobotSoftwareSuiteProperty |
Modifier and Type | Method and Description |
---|---|
static CfnRobotApplication.RobotSoftwareSuiteProperty.Builder |
builder() |
java.lang.String |
getName()
The name of the robot software suite.
|
default java.lang.String |
getVersion()
The version of the robot software suite.
|
java.lang.String getName()
General
is the only supported value.
default java.lang.String getVersion()
Not applicable for General software suite.
static CfnRobotApplication.RobotSoftwareSuiteProperty.Builder builder()