Interface SimulationApplicationSummary.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<SimulationApplicationSummary.Builder,
,SimulationApplicationSummary> SdkBuilder<SimulationApplicationSummary.Builder,
,SimulationApplicationSummary> SdkPojo
- Enclosing class:
SimulationApplicationSummary
-
Method Summary
Modifier and TypeMethodDescriptionThe Amazon Resource Name (ARN) of the simulation application.lastUpdatedAt
(Instant lastUpdatedAt) The time, in milliseconds since the epoch, when the simulation application was last updated.The name of the simulation application.robotSoftwareSuite
(Consumer<RobotSoftwareSuite.Builder> robotSoftwareSuite) Information about a robot software suite (ROS distribution).robotSoftwareSuite
(RobotSoftwareSuite robotSoftwareSuite) Information about a robot software suite (ROS distribution).simulationSoftwareSuite
(Consumer<SimulationSoftwareSuite.Builder> simulationSoftwareSuite) Information about a simulation software suite.simulationSoftwareSuite
(SimulationSoftwareSuite simulationSoftwareSuite) Information about a simulation software suite.The version of the simulation application.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
name
The name of the simulation application.
- Parameters:
name
- The name of the simulation application.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
arn
The Amazon Resource Name (ARN) of the simulation application.
- Parameters:
arn
- The Amazon Resource Name (ARN) of the simulation application.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
version
The version of the simulation application.
- Parameters:
version
- The version of the simulation application.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
lastUpdatedAt
The time, in milliseconds since the epoch, when the simulation application was last updated.
- Parameters:
lastUpdatedAt
- The time, in milliseconds since the epoch, when the simulation application was last updated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
robotSoftwareSuite
Information about a robot software suite (ROS distribution).
- Parameters:
robotSoftwareSuite
- Information about a robot software suite (ROS distribution).- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
robotSoftwareSuite
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 viaRobotSoftwareSuite.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed torobotSoftwareSuite(RobotSoftwareSuite)
.- Parameters:
robotSoftwareSuite
- a consumer that will call methods onRobotSoftwareSuite.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
simulationSoftwareSuite
SimulationApplicationSummary.Builder simulationSoftwareSuite(SimulationSoftwareSuite simulationSoftwareSuite) Information about a simulation software suite.
- Parameters:
simulationSoftwareSuite
- Information about a simulation software suite.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
simulationSoftwareSuite
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 viaSimulationSoftwareSuite.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tosimulationSoftwareSuite(SimulationSoftwareSuite)
.- Parameters:
simulationSoftwareSuite
- a consumer that will call methods onSimulationSoftwareSuite.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-