@Stability(value=Stable) public static final class CfnRobotApplicationVersion.Builder extends Object implements software.amazon.jsii.Builder<CfnRobotApplicationVersion>
CfnRobotApplicationVersion.| Modifier and Type | Method and Description |
|---|---|
CfnRobotApplicationVersion.Builder |
application(String application)
The application information for the robot application.
|
CfnRobotApplicationVersion |
build() |
static CfnRobotApplicationVersion.Builder |
create(Construct scope,
String id) |
CfnRobotApplicationVersion.Builder |
currentRevisionId(String currentRevisionId)
The current revision id for the robot application.
|
@Stability(value=Stable) public static CfnRobotApplicationVersion.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.CfnRobotApplicationVersion.Builder.@Stability(value=Stable) public CfnRobotApplicationVersion.Builder application(String application)
application - The application information for the robot application. This parameter is required.this@Stability(value=Stable) public CfnRobotApplicationVersion.Builder currentRevisionId(String currentRevisionId)
If you provide a value and it matches the latest revision ID, a new version will be created.
currentRevisionId - The current revision id for the robot application. This parameter is required.this@Stability(value=Stable) public CfnRobotApplicationVersion build()
build in interface software.amazon.jsii.Builder<CfnRobotApplicationVersion>Copyright © 2023. All rights reserved.