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.
|
default RobotApplicationSummary.Builder |
robotSoftwareSuite(Consumer<RobotSoftwareSuite.Builder> robotSoftwareSuite)
Information about a robot software suite (ROS distribution).
|
RobotApplicationSummary.Builder |
robotSoftwareSuite(RobotSoftwareSuite robotSoftwareSuite)
Information about a robot software suite (ROS distribution).
|
RobotApplicationSummary.Builder |
version(String version)
The version of the robot application.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, 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.RobotApplicationSummary.Builder robotSoftwareSuite(RobotSoftwareSuite robotSoftwareSuite)
Information about a robot software suite (ROS distribution).
robotSoftwareSuite - Information about a robot software suite (ROS distribution).default RobotApplicationSummary.Builder robotSoftwareSuite(Consumer<RobotSoftwareSuite.Builder> robotSoftwareSuite)
Information about a robot software suite (ROS distribution).
This is a convenience method that creates an instance of theRobotSoftwareSuite.Builder avoiding the
need to create one manually via RobotSoftwareSuite.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to robotSoftwareSuite(RobotSoftwareSuite).robotSoftwareSuite - a consumer that will call methods on RobotSoftwareSuite.BuilderrobotSoftwareSuite(RobotSoftwareSuite)Copyright © 2022. All rights reserved.