Interface CfnSimulationApplicationPropsMixin.RenderingEngineProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnSimulationApplicationPropsMixin.RenderingEngineProperty.Jsii$Proxy
- Enclosing class:
CfnSimulationApplicationPropsMixin
@Stability(Stable)
public static interface CfnSimulationApplicationPropsMixin.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.cfnpropertymixins.services.robomaker.*;
RenderingEngineProperty renderingEngineProperty = RenderingEngineProperty.builder()
.name("name")
.version("version")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classstatic final classAn implementation forCfnSimulationApplicationPropsMixin.RenderingEngineProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getName
The name of the rendering engine.- See Also:
-
getVersion
The version of the rendering engine.- See Also:
-
builder
@Stability(Stable) static CfnSimulationApplicationPropsMixin.RenderingEngineProperty.Builder builder()
-