@Generated(value="jsii-pacmak/1.63.2 (build a8a8833)",
date="2022-08-02T20:25:27.631Z")
public interface CfnRobotApplicationVersionProps
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() |
java.lang.String |
getApplication()
The application information for the robot application.
|
default java.lang.String |
getCurrentRevisionId()
The current revision id for the robot application.
|
java.lang.String getApplication()
default java.lang.String getCurrentRevisionId()
If you provide a value and it matches the latest revision ID, a new version will be created.
static CfnRobotApplicationVersionProps.Builder builder()