@Generated(value="jsii-pacmak/1.67.0 (build 2c027f5)", date="2022-09-07T23:46:47.348Z") @Stability(value=Stable) public interface CfnSimulationApplicationVersionProps 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.*;
CfnSimulationApplicationVersionProps cfnSimulationApplicationVersionProps = CfnSimulationApplicationVersionProps.builder()
.application("application")
// the properties below are optional
.currentRevisionId("currentRevisionId")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnSimulationApplicationVersionProps.Builder
A builder for
CfnSimulationApplicationVersionProps |
static class |
CfnSimulationApplicationVersionProps.Jsii$Proxy
An implementation for
CfnSimulationApplicationVersionProps |
| Modifier and Type | Method and Description |
|---|---|
static CfnSimulationApplicationVersionProps.Builder |
builder() |
String |
getApplication()
The application information for the simulation application.
|
default String |
getCurrentRevisionId()
The current revision id for the simulation 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 CfnSimulationApplicationVersionProps.Builder builder()
Copyright © 2022. All rights reserved.