Interface CfnSimulationApplicationPropsMixin.SimulationSoftwareSuiteProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnSimulationApplicationPropsMixin.SimulationSoftwareSuiteProperty.Jsii$Proxy
- Enclosing class:
CfnSimulationApplicationPropsMixin
@Stability(Stable)
public static interface CfnSimulationApplicationPropsMixin.SimulationSoftwareSuiteProperty
extends software.amazon.jsii.JsiiSerializable
Information about a simulation software suite.
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.mixins.preview.services.robomaker.mixins.*;
SimulationSoftwareSuiteProperty simulationSoftwareSuiteProperty = SimulationSoftwareSuiteProperty.builder()
.name("name")
.version("version")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classstatic final classAn implementation forCfnSimulationApplicationPropsMixin.SimulationSoftwareSuiteProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getName
The name of the simulation software suite.SimulationRuntimeis the only supported value.- See Also:
-
getVersion
The version of the simulation software suite.Not applicable for
SimulationRuntime.- See Also:
-
builder
@Stability(Stable) static CfnSimulationApplicationPropsMixin.SimulationSoftwareSuiteProperty.Builder builder()
-