public static final class CfnRobotApplication.RobotSoftwareSuiteProperty.Builder
extends java.lang.Object
CfnRobotApplication.RobotSoftwareSuiteProperty
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
CfnRobotApplication.RobotSoftwareSuiteProperty |
build()
Builds the configured instance.
|
CfnRobotApplication.RobotSoftwareSuiteProperty.Builder |
name(java.lang.String name)
Sets the value of
CfnRobotApplication.RobotSoftwareSuiteProperty.getName() |
CfnRobotApplication.RobotSoftwareSuiteProperty.Builder |
version(java.lang.String version)
Sets the value of
CfnRobotApplication.RobotSoftwareSuiteProperty.getVersion() |
public CfnRobotApplication.RobotSoftwareSuiteProperty.Builder name(java.lang.String name)
CfnRobotApplication.RobotSoftwareSuiteProperty.getName()
name
- The name of the robot software suite. This parameter is required.
General
is the only supported value.this
public CfnRobotApplication.RobotSoftwareSuiteProperty.Builder version(java.lang.String version)
CfnRobotApplication.RobotSoftwareSuiteProperty.getVersion()
version
- The version of the robot software suite.
Not applicable for General software suite.this
public CfnRobotApplication.RobotSoftwareSuiteProperty build()
CfnRobotApplication.RobotSoftwareSuiteProperty
java.lang.NullPointerException
- if any required attribute was not provided