public static interface RobotApplicationSummary.Builder extends SdkPojo, CopyableBuilder<RobotApplicationSummary.Builder,RobotApplicationSummary>
| Modifier and Type | Method and Description |
|---|---|
RobotApplicationSummary.Builder |
arn(String arn)
The Amazon Resource Name (ARN) of the robot.
|
RobotApplicationSummary.Builder |
lastUpdatedAt(Instant lastUpdatedAt)
The time, in milliseconds since the epoch, when the robot application was last updated.
|
RobotApplicationSummary.Builder |
name(String name)
The name of the robot application.
|
RobotApplicationSummary.Builder |
version(String version)
The version of the robot application.
|
copyapplyMutation, buildRobotApplicationSummary.Builder name(String name)
The name of the robot application.
name - The name of the robot application.RobotApplicationSummary.Builder arn(String arn)
The Amazon Resource Name (ARN) of the robot.
arn - The Amazon Resource Name (ARN) of the robot.RobotApplicationSummary.Builder version(String version)
The version of the robot application.
version - The version of the robot application.RobotApplicationSummary.Builder lastUpdatedAt(Instant lastUpdatedAt)
The time, in milliseconds since the epoch, when the robot application was last updated.
lastUpdatedAt - The time, in milliseconds since the epoch, when the robot application was last updated.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.