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