Interface DescribeRobotResponse.Builder

    • Method Detail

      • arn

        DescribeRobotResponse.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

        DescribeRobotResponse.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.
      • fleetArn

        DescribeRobotResponse.Builder fleetArn​(String fleetArn)

        The Amazon Resource Name (ARN) of the fleet.

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

        DescribeRobotResponse.Builder greengrassGroupId​(String greengrassGroupId)

        The Greengrass group id.

        Parameters:
        greengrassGroupId - The Greengrass group id.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • createdAt

        DescribeRobotResponse.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.
      • architecture

        DescribeRobotResponse.Builder architecture​(String architecture)

        The target architecture of the robot application.

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

        DescribeRobotResponse.Builder architecture​(Architecture architecture)

        The target architecture of the robot application.

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

        DescribeRobotResponse.Builder lastDeploymentJob​(String lastDeploymentJob)

        The Amazon Resource Name (ARN) of the last deployment job.

        Parameters:
        lastDeploymentJob - The Amazon Resource Name (ARN) of the last deployment job.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • lastDeploymentTime

        DescribeRobotResponse.Builder lastDeploymentTime​(Instant lastDeploymentTime)

        The time of the last deployment job.

        Parameters:
        lastDeploymentTime - The time of the last deployment job.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • tags

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

        The list of all tags added to the specified robot.

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