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