Interface DescribeRobotResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<DescribeRobotResponse.Builder,
,DescribeRobotResponse> RoboMakerResponse.Builder
,SdkBuilder<DescribeRobotResponse.Builder,
,DescribeRobotResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
DescribeRobotResponse
@Mutable
@NotThreadSafe
public static interface DescribeRobotResponse.Builder
extends RoboMakerResponse.Builder, SdkPojo, CopyableBuilder<DescribeRobotResponse.Builder,DescribeRobotResponse>
-
Method Summary
Modifier and TypeMethodDescriptionarchitecture
(String architecture) The target architecture of the robot application.architecture
(Architecture architecture) The target architecture of the robot application.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 id.lastDeploymentJob
(String lastDeploymentJob) The Amazon Resource Name (ARN) of the last deployment job.lastDeploymentTime
(Instant lastDeploymentTime) The time of the last deployment job.The name of the robot.The status of the fleet.status
(RobotStatus status) The status of the fleet.The list of all tags added to the specified robot.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.services.robomaker.model.RoboMakerResponse.Builder
build, responseMetadata, responseMetadata
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
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 fleet.
- Parameters:
status
- The status of the fleet.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
status
The status of the fleet.
- Parameters:
status
- The status of the fleet.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
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
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 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
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:
-
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 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
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.
-