Interface RobotSoftwareSuite.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<RobotSoftwareSuite.Builder,
,RobotSoftwareSuite> SdkBuilder<RobotSoftwareSuite.Builder,
,RobotSoftwareSuite> SdkPojo
- Enclosing class:
RobotSoftwareSuite
public static interface RobotSoftwareSuite.Builder
extends SdkPojo, CopyableBuilder<RobotSoftwareSuite.Builder,RobotSoftwareSuite>
-
Method Summary
Modifier and TypeMethodDescriptionThe name of the robot software suite.name
(RobotSoftwareSuiteType name) The name of the robot software suite.The version of the robot software suite.version
(RobotSoftwareSuiteVersionType version) The version of the robot software suite.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
name
The name of the robot software suite.
General
is the only supported value.- Parameters:
name
- The name of the robot software suite.General
is the only supported value.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
name
The name of the robot software suite.
General
is the only supported value.- Parameters:
name
- The name of the robot software suite.General
is the only supported value.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
version
The version of the robot software suite. Not applicable for General software suite.
- Parameters:
version
- The version of the robot software suite. Not applicable for General software suite.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
version
The version of the robot software suite. Not applicable for General software suite.
- Parameters:
version
- The version of the robot software suite. Not applicable for General software suite.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-