public static interface SimulationApplicationConfig.Builder extends SdkPojo, CopyableBuilder<SimulationApplicationConfig.Builder,SimulationApplicationConfig>
| Modifier and Type | Method and Description |
|---|---|
SimulationApplicationConfig.Builder |
application(String application)
The application information for the simulation application.
|
SimulationApplicationConfig.Builder |
applicationVersion(String applicationVersion)
The version of the simulation application.
|
default SimulationApplicationConfig.Builder |
launchConfig(Consumer<LaunchConfig.Builder> launchConfig)
The launch configuration for the simulation application.
|
SimulationApplicationConfig.Builder |
launchConfig(LaunchConfig launchConfig)
The launch configuration for the simulation application.
|
SimulationApplicationConfig.Builder |
tools(Collection<Tool> tools)
Information about tools configured for the simulation application.
|
SimulationApplicationConfig.Builder |
tools(Consumer<Tool.Builder>... tools)
Information about tools configured for the simulation application.
|
SimulationApplicationConfig.Builder |
tools(Tool... tools)
Information about tools configured for the simulation application.
|
SimulationApplicationConfig.Builder |
uploadConfigurations(Collection<UploadConfiguration> uploadConfigurations)
Information about upload configurations for the simulation application.
|
SimulationApplicationConfig.Builder |
uploadConfigurations(Consumer<UploadConfiguration.Builder>... uploadConfigurations)
Information about upload configurations for the simulation application.
|
SimulationApplicationConfig.Builder |
uploadConfigurations(UploadConfiguration... uploadConfigurations)
Information about upload configurations for the simulation application.
|
SimulationApplicationConfig.Builder |
useDefaultTools(Boolean useDefaultTools)
Deprecated.
AWS RoboMaker is ending support for ROS software suite. For additional information, see
https://docs.aws.amazon.com/robomaker/latest/dg/software-support-policy.html.
|
SimulationApplicationConfig.Builder |
useDefaultUploadConfigurations(Boolean useDefaultUploadConfigurations)
Deprecated.
AWS RoboMaker is ending support for ROS software suite. For additional information, see
https://docs.aws.amazon.com/robomaker/latest/dg/software-support-policy.html.
|
SimulationApplicationConfig.Builder |
worldConfigs(Collection<WorldConfig> worldConfigs)
A list of world configurations.
|
SimulationApplicationConfig.Builder |
worldConfigs(Consumer<WorldConfig.Builder>... worldConfigs)
A list of world configurations.
|
SimulationApplicationConfig.Builder |
worldConfigs(WorldConfig... worldConfigs)
A list of world configurations.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildSimulationApplicationConfig.Builder application(String application)
The application information for the simulation application.
application - The application information for the simulation application.SimulationApplicationConfig.Builder applicationVersion(String applicationVersion)
The version of the simulation application.
applicationVersion - The version of the simulation application.SimulationApplicationConfig.Builder launchConfig(LaunchConfig launchConfig)
The launch configuration for the simulation application.
launchConfig - The launch configuration for the simulation application.default SimulationApplicationConfig.Builder launchConfig(Consumer<LaunchConfig.Builder> launchConfig)
The launch configuration for the simulation application.
This is a convenience method that creates an instance of theLaunchConfig.Builder avoiding the need
to create one manually via LaunchConfig.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to launchConfig(LaunchConfig).launchConfig - a consumer that will call methods on LaunchConfig.BuilderlaunchConfig(LaunchConfig)SimulationApplicationConfig.Builder uploadConfigurations(Collection<UploadConfiguration> uploadConfigurations)
Information about upload configurations for the simulation application.
uploadConfigurations - Information about upload configurations for the simulation application.SimulationApplicationConfig.Builder uploadConfigurations(UploadConfiguration... uploadConfigurations)
Information about upload configurations for the simulation application.
uploadConfigurations - Information about upload configurations for the simulation application.SimulationApplicationConfig.Builder uploadConfigurations(Consumer<UploadConfiguration.Builder>... uploadConfigurations)
Information about upload configurations for the simulation application.
This is a convenience method that creates an instance of theList.Builder
avoiding the need to create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately
and its result is passed to #uploadConfigurations(List) .uploadConfigurations - a consumer that will call methods on List.Builder #uploadConfigurations(List) SimulationApplicationConfig.Builder worldConfigs(Collection<WorldConfig> worldConfigs)
A list of world configurations.
worldConfigs - A list of world configurations.SimulationApplicationConfig.Builder worldConfigs(WorldConfig... worldConfigs)
A list of world configurations.
worldConfigs - A list of world configurations.SimulationApplicationConfig.Builder worldConfigs(Consumer<WorldConfig.Builder>... worldConfigs)
A list of world configurations.
This is a convenience method that creates an instance of theList.Builder avoiding the
need to create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately and its
result is passed to #worldConfigs(List) .worldConfigs - a consumer that will call methods on List.Builder #worldConfigs(List) @Deprecated SimulationApplicationConfig.Builder useDefaultUploadConfigurations(Boolean useDefaultUploadConfigurations)
A Boolean indicating whether to use default upload configurations. By default, .ros and
.gazebo files are uploaded when the application terminates and all ROS topics will be recorded.
If you set this value, you must specify an outputLocation.
This API is no longer supported and will throw an error if used.
useDefaultUploadConfigurations - A Boolean indicating whether to use default upload configurations. By default, .ros and
.gazebo files are uploaded when the application terminates and all ROS topics will be
recorded.
If you set this value, you must specify an outputLocation.
This API is no longer supported and will throw an error if used.
SimulationApplicationConfig.Builder tools(Collection<Tool> tools)
Information about tools configured for the simulation application.
tools - Information about tools configured for the simulation application.SimulationApplicationConfig.Builder tools(Tool... tools)
Information about tools configured for the simulation application.
tools - Information about tools configured for the simulation application.SimulationApplicationConfig.Builder tools(Consumer<Tool.Builder>... tools)
Information about tools configured for the simulation application.
This is a convenience method that creates an instance of theList.Builder avoiding the need to
create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately and its result
is passed to #tools(List) .tools - a consumer that will call methods on List.Builder #tools(List) @Deprecated SimulationApplicationConfig.Builder useDefaultTools(Boolean useDefaultTools)
A Boolean indicating whether to use default simulation application tools. The default tools are rviz, rqt,
terminal and rosbag record. The default is False.
This API is no longer supported and will throw an error if used.
useDefaultTools - A Boolean indicating whether to use default simulation application tools. The default tools are rviz,
rqt, terminal and rosbag record. The default is False. This API is no longer supported and will throw an error if used.
Copyright © 2022. All rights reserved.