Interface RegisterRobotResponse.Builder

    • Method Detail

      • fleet

        RegisterRobotResponse.Builder fleet​(String fleet)

        The Amazon Resource Name (ARN) of the fleet that the robot will join.

        Parameters:
        fleet - The Amazon Resource Name (ARN) of the fleet that the robot will join.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • robot

        RegisterRobotResponse.Builder robot​(String robot)

        Information about the robot registration.

        Parameters:
        robot - Information about the robot registration.
        Returns:
        Returns a reference to this object so that method calls can be chained together.