Interface CfnSimulationApplication.RenderingEngineProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnSimulationApplication.RenderingEngineProperty.Jsii$Proxy
- Enclosing class:
CfnSimulationApplication
@Stability(Stable)
public static interface CfnSimulationApplication.RenderingEngineProperty
extends software.amazon.jsii.JsiiSerializable
Information about a rendering engine.
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.*; RenderingEngineProperty renderingEngineProperty = RenderingEngineProperty.builder() .name("name") .version("version") .build();
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic final class
A builder forCfnSimulationApplication.RenderingEngineProperty
static final class
An implementation forCfnSimulationApplication.RenderingEngineProperty
-
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getName
The name of the rendering engine. -
getVersion
The version of the rendering engine. -
builder
-