@Stability(value=Stable) public static final class CfnRobotApplicationProps.Builder extends Object implements software.amazon.jsii.Builder<CfnRobotApplicationProps>
CfnRobotApplicationProps| Constructor and Description |
|---|
Builder() |
@Stability(value=Stable) public CfnRobotApplicationProps.Builder robotSoftwareSuite(CfnRobotApplication.RobotSoftwareSuiteProperty robotSoftwareSuite)
CfnRobotApplicationProps.getRobotSoftwareSuite()robotSoftwareSuite - The robot software suite used by the robot application. This parameter is required.this@Stability(value=Stable) public CfnRobotApplicationProps.Builder robotSoftwareSuite(IResolvable robotSoftwareSuite)
CfnRobotApplicationProps.getRobotSoftwareSuite()robotSoftwareSuite - The robot software suite used by the robot application. This parameter is required.this@Stability(value=Stable) public CfnRobotApplicationProps.Builder currentRevisionId(String currentRevisionId)
CfnRobotApplicationProps.getCurrentRevisionId()currentRevisionId - The current revision id.this@Stability(value=Stable) public CfnRobotApplicationProps.Builder environment(String environment)
CfnRobotApplicationProps.getEnvironment()environment - The environment of the robot application.this@Stability(value=Stable) public CfnRobotApplicationProps.Builder name(String name)
CfnRobotApplicationProps.getName()name - The name of the robot application.this@Stability(value=Stable) public CfnRobotApplicationProps.Builder sources(IResolvable sources)
CfnRobotApplicationProps.getSources()sources - The sources of the robot application.this@Stability(value=Stable) public CfnRobotApplicationProps.Builder sources(List<? extends Object> sources)
CfnRobotApplicationProps.getSources()sources - The sources of the robot application.this@Stability(value=Stable) public CfnRobotApplicationProps.Builder tags(Map<String,String> tags)
CfnRobotApplicationProps.getTags()tags - A map that contains tag keys and tag values that are attached to the robot application.this@Stability(value=Stable) public CfnRobotApplicationProps build()
build in interface software.amazon.jsii.Builder<CfnRobotApplicationProps>CfnRobotApplicationPropsNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.