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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description RobotSoftwareSuite.Buildername(String name)The name of the robot software suite (ROS distribution).RobotSoftwareSuite.Buildername(RobotSoftwareSuiteType name)The name of the robot software suite (ROS distribution).RobotSoftwareSuite.Builderversion(String version)The version of the robot software suite (ROS distribution).RobotSoftwareSuite.Builderversion(RobotSoftwareSuiteVersionType version)The version of the robot software suite (ROS distribution).-
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 Detail
-
name
RobotSoftwareSuite.Builder name(String name)
The name of the robot software suite (ROS distribution).
- Parameters:
name- The name of the robot software suite (ROS distribution).- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
RobotSoftwareSuiteType,RobotSoftwareSuiteType
-
name
RobotSoftwareSuite.Builder name(RobotSoftwareSuiteType name)
The name of the robot software suite (ROS distribution).
- Parameters:
name- The name of the robot software suite (ROS distribution).- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
RobotSoftwareSuiteType,RobotSoftwareSuiteType
-
version
RobotSoftwareSuite.Builder version(String version)
The version of the robot software suite (ROS distribution).
- Parameters:
version- The version of the robot software suite (ROS distribution).- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
RobotSoftwareSuiteVersionType,RobotSoftwareSuiteVersionType
-
version
RobotSoftwareSuite.Builder version(RobotSoftwareSuiteVersionType version)
The version of the robot software suite (ROS distribution).
- Parameters:
version- The version of the robot software suite (ROS distribution).- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
RobotSoftwareSuiteVersionType,RobotSoftwareSuiteVersionType
-
-