| Modifier and Type | Method and Description |
|---|---|
static CfnRobotApplication.Builder |
CfnRobotApplication.Builder.create(Construct scope,
String id) |
CfnRobotApplication.Builder |
CfnRobotApplication.Builder.currentRevisionId(String currentRevisionId)
The current revision id.
|
CfnRobotApplication.Builder |
CfnRobotApplication.Builder.environment(String environment)
The environment of the robot application.
|
CfnRobotApplication.Builder |
CfnRobotApplication.Builder.name(String name)
The name of the robot application.
|
CfnRobotApplication.Builder |
CfnRobotApplication.Builder.robotSoftwareSuite(CfnRobotApplication.RobotSoftwareSuiteProperty robotSoftwareSuite)
The robot software suite used by the robot application.
|
CfnRobotApplication.Builder |
CfnRobotApplication.Builder.robotSoftwareSuite(IResolvable robotSoftwareSuite)
The robot software suite used by the robot application.
|
CfnRobotApplication.Builder |
CfnRobotApplication.Builder.sources(IResolvable sources)
The sources of the robot application.
|
CfnRobotApplication.Builder |
CfnRobotApplication.Builder.sources(List<? extends Object> sources)
The sources of the robot application.
|
CfnRobotApplication.Builder |
CfnRobotApplication.Builder.tags(Map<String,String> tags)
A map that contains tag keys and tag values that are attached to the robot application.
|
Copyright © 2023. All rights reserved.