Uses of Interface
software.amazon.awssdk.services.robomaker.model.Robot.Builder
-
Packages that use Robot.Builder Package Description software.amazon.awssdk.services.robomaker.model -
-
Uses of Robot.Builder in software.amazon.awssdk.services.robomaker.model
Methods in software.amazon.awssdk.services.robomaker.model that return Robot.Builder Modifier and Type Method Description Robot.BuilderRobot.Builder. architecture(String architecture)The architecture of the robot.Robot.BuilderRobot.Builder. architecture(Architecture architecture)The architecture of the robot.Robot.BuilderRobot.Builder. arn(String arn)The Amazon Resource Name (ARN) of the robot.static Robot.BuilderRobot. builder()Robot.BuilderRobot.Builder. createdAt(Instant createdAt)The time, in milliseconds since the epoch, when the robot was created.Robot.BuilderRobot.Builder. fleetArn(String fleetArn)The Amazon Resource Name (ARN) of the fleet.Robot.BuilderRobot.Builder. greenGrassGroupId(String greenGrassGroupId)The Greengrass group associated with the robot.Robot.BuilderRobot.Builder. lastDeploymentJob(String lastDeploymentJob)The Amazon Resource Name (ARN) of the last deployment job.Robot.BuilderRobot.Builder. lastDeploymentTime(Instant lastDeploymentTime)The time of the last deployment.Robot.BuilderRobot.Builder. name(String name)The name of the robot.Robot.BuilderRobot.Builder. status(String status)The status of the robot.Robot.BuilderRobot.Builder. status(RobotStatus status)The status of the robot.Robot.BuilderRobot. toBuilder()Methods in software.amazon.awssdk.services.robomaker.model that return types with arguments of type Robot.Builder Modifier and Type Method Description static Class<? extends Robot.Builder>Robot. serializableBuilderClass()
-