public static interface SimulationApplicationSummary.Builder extends SdkPojo, CopyableBuilder<SimulationApplicationSummary.Builder,SimulationApplicationSummary>
| Modifier and Type | Method and Description |
|---|---|
SimulationApplicationSummary.Builder |
arn(String arn)
The Amazon Resource Name (ARN) of the simulation application.
|
SimulationApplicationSummary.Builder |
lastUpdatedAt(Instant lastUpdatedAt)
The time, in milliseconds since the epoch, when the simulation application was last updated.
|
SimulationApplicationSummary.Builder |
name(String name)
The name of the simulation application.
|
default SimulationApplicationSummary.Builder |
robotSoftwareSuite(Consumer<RobotSoftwareSuite.Builder> robotSoftwareSuite)
Information about a robot software suite (ROS distribution).
|
SimulationApplicationSummary.Builder |
robotSoftwareSuite(RobotSoftwareSuite robotSoftwareSuite)
Information about a robot software suite (ROS distribution).
|
default SimulationApplicationSummary.Builder |
simulationSoftwareSuite(Consumer<SimulationSoftwareSuite.Builder> simulationSoftwareSuite)
Information about a simulation software suite.
|
SimulationApplicationSummary.Builder |
simulationSoftwareSuite(SimulationSoftwareSuite simulationSoftwareSuite)
Information about a simulation software suite.
|
SimulationApplicationSummary.Builder |
version(String version)
The version of the simulation application.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildSimulationApplicationSummary.Builder name(String name)
The name of the simulation application.
name - The name of the simulation application.SimulationApplicationSummary.Builder arn(String arn)
The Amazon Resource Name (ARN) of the simulation application.
arn - The Amazon Resource Name (ARN) of the simulation application.SimulationApplicationSummary.Builder version(String version)
The version of the simulation application.
version - The version of the simulation application.SimulationApplicationSummary.Builder lastUpdatedAt(Instant lastUpdatedAt)
The time, in milliseconds since the epoch, when the simulation application was last updated.
lastUpdatedAt - The time, in milliseconds since the epoch, when the simulation application was last updated.SimulationApplicationSummary.Builder robotSoftwareSuite(RobotSoftwareSuite robotSoftwareSuite)
Information about a robot software suite (ROS distribution).
robotSoftwareSuite - Information about a robot software suite (ROS distribution).default SimulationApplicationSummary.Builder robotSoftwareSuite(Consumer<RobotSoftwareSuite.Builder> robotSoftwareSuite)
Information about a robot software suite (ROS distribution).
This is a convenience method that creates an instance of theRobotSoftwareSuite.Builder avoiding the
need to create one manually via RobotSoftwareSuite.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to robotSoftwareSuite(RobotSoftwareSuite).
robotSoftwareSuite - a consumer that will call methods on RobotSoftwareSuite.BuilderrobotSoftwareSuite(RobotSoftwareSuite)SimulationApplicationSummary.Builder simulationSoftwareSuite(SimulationSoftwareSuite simulationSoftwareSuite)
Information about a simulation software suite.
simulationSoftwareSuite - Information about a simulation software suite.default SimulationApplicationSummary.Builder simulationSoftwareSuite(Consumer<SimulationSoftwareSuite.Builder> simulationSoftwareSuite)
Information about a simulation software suite.
This is a convenience method that creates an instance of theSimulationSoftwareSuite.Builder avoiding
the need to create one manually via SimulationSoftwareSuite.builder().
When the Consumer completes, SdkBuilder.build() is called immediately
and its result is passed to simulationSoftwareSuite(SimulationSoftwareSuite).
simulationSoftwareSuite - a consumer that will call methods on SimulationSoftwareSuite.BuildersimulationSoftwareSuite(SimulationSoftwareSuite)Copyright © 2022. All rights reserved.