@Stability(value=Stable)
public static interface CfnSimulationApplication.SimulationSoftwareSuiteProperty
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.*;
SimulationSoftwareSuiteProperty simulationSoftwareSuiteProperty = SimulationSoftwareSuiteProperty.builder()
.name("name")
// the properties below are optional
.version("version")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnSimulationApplication.SimulationSoftwareSuiteProperty.Builder
A builder for
CfnSimulationApplication.SimulationSoftwareSuiteProperty |
static class |
CfnSimulationApplication.SimulationSoftwareSuiteProperty.Jsii$Proxy
An implementation for
CfnSimulationApplication.SimulationSoftwareSuiteProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnSimulationApplication.SimulationSoftwareSuiteProperty.Builder |
builder() |
String |
getName()
The name of the simulation software suite.
|
default String |
getVersion()
The version of the simulation software suite.
|
@Stability(value=Stable) @NotNull String getName()
SimulationRuntime is the only supported value.
@Stability(value=Stable) @Nullable default String getVersion()
Not applicable for SimulationRuntime .
@Stability(value=Stable) static CfnSimulationApplication.SimulationSoftwareSuiteProperty.Builder builder()
Copyright © 2022. All rights reserved.