CreateRobotApplicationResponse.Builder |
CreateRobotApplicationResponse.Builder.arn(String arn) |
The Amazon Resource Name (ARN) of the robot application.
|
static CreateRobotApplicationResponse.Builder |
CreateRobotApplicationResponse.builder() |
|
default CreateRobotApplicationResponse.Builder |
CreateRobotApplicationResponse.Builder.environment(Consumer<Environment.Builder> environment) |
An object that contains the Docker image URI used to a create your robot application.
|
CreateRobotApplicationResponse.Builder |
CreateRobotApplicationResponse.Builder.environment(Environment environment) |
An object that contains the Docker image URI used to a create your robot application.
|
CreateRobotApplicationResponse.Builder |
CreateRobotApplicationResponse.Builder.lastUpdatedAt(Instant lastUpdatedAt) |
The time, in milliseconds since the epoch, when the robot application was last updated.
|
CreateRobotApplicationResponse.Builder |
CreateRobotApplicationResponse.Builder.name(String name) |
The name of the robot application.
|
CreateRobotApplicationResponse.Builder |
CreateRobotApplicationResponse.Builder.revisionId(String revisionId) |
The revision id of the robot application.
|
default CreateRobotApplicationResponse.Builder |
CreateRobotApplicationResponse.Builder.robotSoftwareSuite(Consumer<RobotSoftwareSuite.Builder> robotSoftwareSuite) |
The robot software suite (ROS distribution) used by the robot application.
|
CreateRobotApplicationResponse.Builder |
CreateRobotApplicationResponse.Builder.robotSoftwareSuite(RobotSoftwareSuite robotSoftwareSuite) |
The robot software suite (ROS distribution) used by the robot application.
|
CreateRobotApplicationResponse.Builder |
CreateRobotApplicationResponse.Builder.sources(Collection<Source> sources) |
The sources of the robot application.
|
CreateRobotApplicationResponse.Builder |
CreateRobotApplicationResponse.Builder.sources(Consumer<Source.Builder>... sources) |
The sources of the robot application.
|
CreateRobotApplicationResponse.Builder |
CreateRobotApplicationResponse.Builder.sources(Source... sources) |
The sources of the robot application.
|
CreateRobotApplicationResponse.Builder |
CreateRobotApplicationResponse.Builder.tags(Map<String,String> tags) |
The list of all tags added to the robot application.
|
CreateRobotApplicationResponse.Builder |
CreateRobotApplicationResponse.toBuilder() |
|
CreateRobotApplicationResponse.Builder |
CreateRobotApplicationResponse.Builder.version(String version) |
The version of the robot application.
|