@Generated(value="jsii-pacmak/1.47.0 (build 86d2c33)", date="2021-12-21T16:39:00.384Z") @Stability(value=Stable) public interface CfnRobotApplicationVersionProps extends software.amazon.jsii.JsiiSerializable
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.robomaker.*;
CfnRobotApplicationVersionProps cfnRobotApplicationVersionProps = CfnRobotApplicationVersionProps.builder()
.application("application")
// the properties below are optional
.currentRevisionId("currentRevisionId")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnRobotApplicationVersionProps.Builder
A builder for
CfnRobotApplicationVersionProps |
static class |
CfnRobotApplicationVersionProps.Jsii$Proxy
An implementation for
CfnRobotApplicationVersionProps |
| Modifier and Type | Method and Description |
|---|---|
static CfnRobotApplicationVersionProps.Builder |
builder() |
String |
getApplication()
`AWS::RoboMaker::RobotApplicationVersion.Application`.
|
default String |
getCurrentRevisionId()
`AWS::RoboMaker::RobotApplicationVersion.CurrentRevisionId`.
|
@Stability(value=Stable) @NotNull String getApplication()
@Stability(value=Stable) @Nullable default String getCurrentRevisionId()
@Stability(value=Stable) static CfnRobotApplicationVersionProps.Builder builder()
Copyright © 2021. All rights reserved.