@Generated(value="jsii-pacmak/1.69.0 (build f656c31)", date="2022-10-20T14:12:13.109Z") @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()
The application information for the robot application.
|
default String |
getCurrentRevisionId()
The current revision id for the robot application.
|
@Stability(value=Stable) @NotNull String getApplication()
@Stability(value=Stable) @Nullable default String getCurrentRevisionId()
If you provide a value and it matches the latest revision ID, a new version will be created.
@Stability(value=Stable) static CfnRobotApplicationVersionProps.Builder builder()
Copyright © 2022. All rights reserved.