@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)
`AWS::RoboMaker::RobotApplicationVersion.Application`.
|
CfnRobotApplicationVersion |
build() |
static CfnRobotApplicationVersion.Builder |
create(software.constructs.Construct scope,
String id) |
CfnRobotApplicationVersion.Builder |
currentRevisionId(String currentRevisionId)
`AWS::RoboMaker::RobotApplicationVersion.CurrentRevisionId`.
|
@Stability(value=Stable) public static CfnRobotApplicationVersion.Builder create(software.constructs.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 - `AWS::RoboMaker::RobotApplicationVersion.Application`. This parameter is required.this@Stability(value=Stable) public CfnRobotApplicationVersion.Builder currentRevisionId(String currentRevisionId)
currentRevisionId - `AWS::RoboMaker::RobotApplicationVersion.CurrentRevisionId`. This parameter is required.this@Stability(value=Stable) public CfnRobotApplicationVersion build()
build in interface software.amazon.jsii.Builder<CfnRobotApplicationVersion>Copyright © 2021. All rights reserved.