public static interface DescribeRobotResponse.Builder extends RoboMakerResponse.Builder, SdkPojo, CopyableBuilder<DescribeRobotResponse.Builder,DescribeRobotResponse>
Modifier and Type | Method and Description |
---|---|
DescribeRobotResponse.Builder |
architecture(Architecture architecture)
The target architecture of the robot application.
|
DescribeRobotResponse.Builder |
architecture(String architecture)
The target architecture of the robot application.
|
DescribeRobotResponse.Builder |
arn(String arn)
The Amazon Resource Name (ARN) of the robot.
|
DescribeRobotResponse.Builder |
createdAt(Instant createdAt)
The time, in milliseconds since the epoch, when the robot was created.
|
DescribeRobotResponse.Builder |
fleetArn(String fleetArn)
The Amazon Resource Name (ARN) of the fleet.
|
DescribeRobotResponse.Builder |
greengrassGroupId(String greengrassGroupId)
The Greengrass group id.
|
DescribeRobotResponse.Builder |
lastDeploymentJob(String lastDeploymentJob)
The Amazon Resource Name (ARN) of the last deployment job.
|
DescribeRobotResponse.Builder |
lastDeploymentTime(Instant lastDeploymentTime)
The time of the last deployment job.
|
DescribeRobotResponse.Builder |
name(String name)
The name of the robot.
|
DescribeRobotResponse.Builder |
status(RobotStatus status)
The status of the fleet.
|
DescribeRobotResponse.Builder |
status(String status)
The status of the fleet.
|
build, responseMetadata, responseMetadata
sdkHttpResponse, sdkHttpResponse
copy
applyMutation, build
DescribeRobotResponse.Builder arn(String arn)
The Amazon Resource Name (ARN) of the robot.
arn
- The Amazon Resource Name (ARN) of the robot.DescribeRobotResponse.Builder name(String name)
The name of the robot.
name
- The name of the robot.DescribeRobotResponse.Builder fleetArn(String fleetArn)
The Amazon Resource Name (ARN) of the fleet.
fleetArn
- The Amazon Resource Name (ARN) of the fleet.DescribeRobotResponse.Builder status(String status)
The status of the fleet.
status
- The status of the fleet.RobotStatus
,
RobotStatus
DescribeRobotResponse.Builder status(RobotStatus status)
The status of the fleet.
status
- The status of the fleet.RobotStatus
,
RobotStatus
DescribeRobotResponse.Builder greengrassGroupId(String greengrassGroupId)
The Greengrass group id.
greengrassGroupId
- The Greengrass group id.DescribeRobotResponse.Builder createdAt(Instant createdAt)
The time, in milliseconds since the epoch, when the robot was created.
createdAt
- The time, in milliseconds since the epoch, when the robot was created.DescribeRobotResponse.Builder architecture(String architecture)
The target architecture of the robot application.
architecture
- The target architecture of the robot application.Architecture
,
Architecture
DescribeRobotResponse.Builder architecture(Architecture architecture)
The target architecture of the robot application.
architecture
- The target architecture of the robot application.Architecture
,
Architecture
DescribeRobotResponse.Builder lastDeploymentJob(String lastDeploymentJob)
The Amazon Resource Name (ARN) of the last deployment job.
lastDeploymentJob
- The Amazon Resource Name (ARN) of the last deployment job.DescribeRobotResponse.Builder lastDeploymentTime(Instant lastDeploymentTime)
The time of the last deployment job.
lastDeploymentTime
- The time of the last deployment job.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.