Class CfnRobotApplication.Builder
java.lang.Object
software.amazon.awscdk.services.robomaker.CfnRobotApplication.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnRobotApplication>
- Enclosing class:
CfnRobotApplication
@Stability(Stable)
public static final class CfnRobotApplication.Builder
extends Object
implements software.amazon.jsii.Builder<CfnRobotApplication>
A fluent builder for
CfnRobotApplication.-
Method Summary
Modifier and TypeMethodDescriptionbuild()static CfnRobotApplication.BuildercurrentRevisionId(String currentRevisionId) The current revision id.environment(String environment) The environment of the robot application.The name of the robot application.robotSoftwareSuite(software.amazon.awscdk.core.IResolvable robotSoftwareSuite) The robot software suite used by the robot application.robotSoftwareSuite(CfnRobotApplication.RobotSoftwareSuiteProperty robotSoftwareSuite) The robot software suite used by the robot application.The sources of the robot application.sources(software.amazon.awscdk.core.IResolvable sources) The sources of the robot application.A map that contains tag keys and tag values that are attached to the robot application.
-
Method Details
-
create
@Stability(Stable) public static CfnRobotApplication.Builder create(software.amazon.awscdk.core.Construct scope, String id) - Parameters:
scope- - scope in which this resource is defined. This parameter is required.id- - scoped id of the resource. This parameter is required.- Returns:
- a new instance of
CfnRobotApplication.Builder.
-
robotSoftwareSuite
@Stability(Stable) public CfnRobotApplication.Builder robotSoftwareSuite(CfnRobotApplication.RobotSoftwareSuiteProperty robotSoftwareSuite) The robot software suite used by the robot application.- Parameters:
robotSoftwareSuite- The robot software suite used by the robot application. This parameter is required.- Returns:
this
-
robotSoftwareSuite
@Stability(Stable) public CfnRobotApplication.Builder robotSoftwareSuite(software.amazon.awscdk.core.IResolvable robotSoftwareSuite) The robot software suite used by the robot application.- Parameters:
robotSoftwareSuite- The robot software suite used by the robot application. This parameter is required.- Returns:
this
-
currentRevisionId
The current revision id.- Parameters:
currentRevisionId- The current revision id. This parameter is required.- Returns:
this
-
environment
The environment of the robot application.- Parameters:
environment- The environment of the robot application. This parameter is required.- Returns:
this
-
name
The name of the robot application.- Parameters:
name- The name of the robot application. This parameter is required.- Returns:
this
-
sources
@Stability(Stable) public CfnRobotApplication.Builder sources(software.amazon.awscdk.core.IResolvable sources) The sources of the robot application.- Parameters:
sources- The sources of the robot application. This parameter is required.- Returns:
this
-
sources
The sources of the robot application.- Parameters:
sources- The sources of the robot application. This parameter is required.- Returns:
this
-
tags
A map that contains tag keys and tag values that are attached to the robot application.- Parameters:
tags- A map that contains tag keys and tag values that are attached to the robot application. This parameter is required.- Returns:
this
-
build
- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnRobotApplication>
-