Interface CreateRobotResponse.Builder

    • Method Detail

      • arn

        CreateRobotResponse.Builder arn​(String arn)

        The Amazon Resource Name (ARN) of the robot.

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

        CreateRobotResponse.Builder name​(String name)

        The name of the robot.

        Parameters:
        name - The name of the robot.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • createdAt

        CreateRobotResponse.Builder createdAt​(Instant createdAt)

        The time, in milliseconds since the epoch, when the robot was created.

        Parameters:
        createdAt - The time, in milliseconds since the epoch, when the robot was created.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • greengrassGroupId

        CreateRobotResponse.Builder greengrassGroupId​(String greengrassGroupId)

        The Amazon Resource Name (ARN) of the Greengrass group associated with the robot.

        Parameters:
        greengrassGroupId - The Amazon Resource Name (ARN) of the Greengrass group associated with the robot.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • architecture

        CreateRobotResponse.Builder architecture​(String architecture)

        The target architecture of the robot.

        Parameters:
        architecture - The target architecture of the robot.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        Architecture, Architecture
      • architecture

        CreateRobotResponse.Builder architecture​(Architecture architecture)

        The target architecture of the robot.

        Parameters:
        architecture - The target architecture of the robot.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        Architecture, Architecture
      • tags

        CreateRobotResponse.Builder tags​(Map<String,​String> tags)

        The list of all tags added to the robot.

        Parameters:
        tags - The list of all tags added to the robot.
        Returns:
        Returns a reference to this object so that method calls can be chained together.