Interface CreateRobotResponse.Builder

All Superinterfaces:
AwsResponse.Builder, Buildable, CopyableBuilder<CreateRobotResponse.Builder,CreateRobotResponse>, RoboMakerResponse.Builder, SdkBuilder<CreateRobotResponse.Builder,CreateRobotResponse>, SdkPojo, SdkResponse.Builder
Enclosing class:
CreateRobotResponse

public static interface CreateRobotResponse.Builder extends RoboMakerResponse.Builder, SdkPojo, CopyableBuilder<CreateRobotResponse.Builder,CreateRobotResponse>
  • Method Details

    • 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

      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

      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:
    • 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.