Class CfnRobotApplication.RobotSoftwareSuiteProperty.Builder
java.lang.Object
software.amazon.awscdk.services.robomaker.CfnRobotApplication.RobotSoftwareSuiteProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnRobotApplication.RobotSoftwareSuiteProperty>
- Enclosing interface:
CfnRobotApplication.RobotSoftwareSuiteProperty
@Stability(Stable)
public static final class CfnRobotApplication.RobotSoftwareSuiteProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnRobotApplication.RobotSoftwareSuiteProperty>
A builder for
CfnRobotApplication.RobotSoftwareSuiteProperty
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
Builds the configured instance.Sets the value ofCfnRobotApplication.RobotSoftwareSuiteProperty.getName()
Sets the value ofCfnRobotApplication.RobotSoftwareSuiteProperty.getVersion()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
name
Sets the value ofCfnRobotApplication.RobotSoftwareSuiteProperty.getName()
- Parameters:
name
- The name of the robot software suite. This parameter is required.General
is the only supported value.- Returns:
this
-
version
@Stability(Stable) public CfnRobotApplication.RobotSoftwareSuiteProperty.Builder version(String version) Sets the value ofCfnRobotApplication.RobotSoftwareSuiteProperty.getVersion()
- Parameters:
version
- The version of the robot software suite. Not applicable for General software suite.- Returns:
this
-
build
Builds the configured instance.- Specified by:
build
in interfacesoftware.amazon.jsii.Builder<CfnRobotApplication.RobotSoftwareSuiteProperty>
- Returns:
- a new instance of
CfnRobotApplication.RobotSoftwareSuiteProperty
- Throws:
NullPointerException
- if any required attribute was not provided
-