Interface Robot.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<Robot.Builder,
,Robot> SdkBuilder<Robot.Builder,
,Robot> SdkPojo
- Enclosing class:
Robot
-
Method Summary
Modifier and TypeMethodDescriptionarchitecture
(String architecture) The architecture of the robot.architecture
(Architecture architecture) The architecture of the robot.The Amazon Resource Name (ARN) of the robot.The time, in milliseconds since the epoch, when the robot was created.The Amazon Resource Name (ARN) of the fleet.greenGrassGroupId
(String greenGrassGroupId) The Greengrass group associated with the robot.lastDeploymentJob
(String lastDeploymentJob) The Amazon Resource Name (ARN) of the last deployment job.lastDeploymentTime
(Instant lastDeploymentTime) The time of the last deployment.The name of the robot.The status of the robot.status
(RobotStatus status) The status of the robot.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 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.
-
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.
-
status
The status of the robot.
- Parameters:
status
- The status of the robot.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
status
The status of the robot.
- Parameters:
status
- The status of the robot.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
greenGrassGroupId
The Greengrass group associated with the robot.
- Parameters:
greenGrassGroupId
- The Greengrass group associated with the robot.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
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
The architecture of the robot.
- Parameters:
architecture
- The architecture of the robot.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
architecture
The architecture of the robot.
- Parameters:
architecture
- The architecture of the robot.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
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
The time of the last deployment.
- Parameters:
lastDeploymentTime
- The time of the last deployment.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-