CreateSimulationApplicationVersionResponse.Builder |
CreateSimulationApplicationVersionResponse.Builder.arn(String arn) |
The Amazon Resource Name (ARN) of the simulation application.
|
static CreateSimulationApplicationVersionResponse.Builder |
CreateSimulationApplicationVersionResponse.builder() |
|
default CreateSimulationApplicationVersionResponse.Builder |
CreateSimulationApplicationVersionResponse.Builder.environment(Consumer<Environment.Builder> environment) |
The object that contains the Docker image URI used to create the simulation application.
|
CreateSimulationApplicationVersionResponse.Builder |
CreateSimulationApplicationVersionResponse.Builder.environment(Environment environment) |
The object that contains the Docker image URI used to create the simulation application.
|
CreateSimulationApplicationVersionResponse.Builder |
CreateSimulationApplicationVersionResponse.Builder.lastUpdatedAt(Instant lastUpdatedAt) |
The time, in milliseconds since the epoch, when the simulation application was last updated.
|
CreateSimulationApplicationVersionResponse.Builder |
CreateSimulationApplicationVersionResponse.Builder.name(String name) |
The name of the simulation application.
|
default CreateSimulationApplicationVersionResponse.Builder |
CreateSimulationApplicationVersionResponse.Builder.renderingEngine(Consumer<RenderingEngine.Builder> renderingEngine) |
The rendering engine for the simulation application.
|
CreateSimulationApplicationVersionResponse.Builder |
CreateSimulationApplicationVersionResponse.Builder.renderingEngine(RenderingEngine renderingEngine) |
The rendering engine for the simulation application.
|
CreateSimulationApplicationVersionResponse.Builder |
CreateSimulationApplicationVersionResponse.Builder.revisionId(String revisionId) |
The revision ID of the simulation application.
|
default CreateSimulationApplicationVersionResponse.Builder |
CreateSimulationApplicationVersionResponse.Builder.robotSoftwareSuite(Consumer<RobotSoftwareSuite.Builder> robotSoftwareSuite) |
Information about the robot software suite (ROS distribution).
|
CreateSimulationApplicationVersionResponse.Builder |
CreateSimulationApplicationVersionResponse.Builder.robotSoftwareSuite(RobotSoftwareSuite robotSoftwareSuite) |
Information about the robot software suite (ROS distribution).
|
default CreateSimulationApplicationVersionResponse.Builder |
CreateSimulationApplicationVersionResponse.Builder.simulationSoftwareSuite(Consumer<SimulationSoftwareSuite.Builder> simulationSoftwareSuite) |
The simulation software suite used by the simulation application.
|
CreateSimulationApplicationVersionResponse.Builder |
CreateSimulationApplicationVersionResponse.Builder.simulationSoftwareSuite(SimulationSoftwareSuite simulationSoftwareSuite) |
The simulation software suite used by the simulation application.
|
CreateSimulationApplicationVersionResponse.Builder |
CreateSimulationApplicationVersionResponse.Builder.sources(Collection<Source> sources) |
The sources of the simulation application.
|
CreateSimulationApplicationVersionResponse.Builder |
CreateSimulationApplicationVersionResponse.Builder.sources(Consumer<Source.Builder>... sources) |
The sources of the simulation application.
|
CreateSimulationApplicationVersionResponse.Builder |
CreateSimulationApplicationVersionResponse.Builder.sources(Source... sources) |
The sources of the simulation application.
|
CreateSimulationApplicationVersionResponse.Builder |
CreateSimulationApplicationVersionResponse.toBuilder() |
|
CreateSimulationApplicationVersionResponse.Builder |
CreateSimulationApplicationVersionResponse.Builder.version(String version) |
The version of the simulation application.
|