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