@Stability(value=Stable) public static final class CfnRobotApplication.Builder extends Object implements software.amazon.jsii.Builder<CfnRobotApplication>
CfnRobotApplication.| Modifier and Type | Method and Description |
|---|---|
CfnRobotApplication |
build() |
static CfnRobotApplication.Builder |
create(Construct scope,
String id) |
CfnRobotApplication.Builder |
currentRevisionId(String currentRevisionId)
The current revision id.
|
CfnRobotApplication.Builder |
environment(String environment)
The environment of the robot application.
|
CfnRobotApplication.Builder |
name(String name)
The name of the robot application.
|
CfnRobotApplication.Builder |
robotSoftwareSuite(CfnRobotApplication.RobotSoftwareSuiteProperty robotSoftwareSuite)
The robot software suite used by the robot application.
|
CfnRobotApplication.Builder |
robotSoftwareSuite(IResolvable robotSoftwareSuite)
The robot software suite used by the robot application.
|
CfnRobotApplication.Builder |
sources(IResolvable sources)
The sources of the robot application.
|
CfnRobotApplication.Builder |
sources(List<? extends Object> sources)
The sources of the robot application.
|
CfnRobotApplication.Builder |
tags(Map<String,String> tags)
A map that contains tag keys and tag values that are attached to the robot application.
|
@Stability(value=Stable) public static CfnRobotApplication.Builder create(Construct scope, String id)
scope - - scope in which this resource is defined. This parameter is required.id - - scoped id of the resource. This parameter is required.CfnRobotApplication.RobotSoftwareSuiteProperty.Builder.@Stability(value=Stable) public CfnRobotApplication.Builder robotSoftwareSuite(CfnRobotApplication.RobotSoftwareSuiteProperty robotSoftwareSuite)
robotSoftwareSuite - The robot software suite used by the robot application. This parameter is required.this@Stability(value=Stable) public CfnRobotApplication.Builder robotSoftwareSuite(IResolvable robotSoftwareSuite)
robotSoftwareSuite - The robot software suite used by the robot application. This parameter is required.this@Stability(value=Stable) public CfnRobotApplication.Builder currentRevisionId(String currentRevisionId)
currentRevisionId - The current revision id. This parameter is required.this@Stability(value=Stable) public CfnRobotApplication.Builder environment(String environment)
environment - The environment of the robot application. This parameter is required.this@Stability(value=Stable) public CfnRobotApplication.Builder name(String name)
name - The name of the robot application. This parameter is required.this@Stability(value=Stable) public CfnRobotApplication.Builder sources(IResolvable sources)
sources - The sources of the robot application. This parameter is required.this@Stability(value=Stable) public CfnRobotApplication.Builder sources(List<? extends Object> sources)
sources - The sources of the robot application. This parameter is required.this@Stability(value=Stable) public CfnRobotApplication.Builder tags(Map<String,String> tags)
tags - A map that contains tag keys and tag values that are attached to the robot application. This parameter is required.this@Stability(value=Stable) public CfnRobotApplication build()
build in interface software.amazon.jsii.Builder<CfnRobotApplication>Copyright © 2022. All rights reserved.