Struct aws_sdk_robomaker::model::robot_application_config::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }Expand description
A builder for RobotApplicationConfig
Implementations
The application information for the robot application.
The application information for the robot application.
The version of the robot application.
The version of the robot application.
The launch configuration for the robot application.
The launch configuration for the robot application.
Appends an item to upload_configurations.
To override the contents of this collection use set_upload_configurations.
The upload configurations for the robot application.
The upload configurations for the robot application.
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.
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.
Appends an item to tools.
To override the contents of this collection use set_tools.
Information about tools configured for the robot application.
Information about tools configured for the robot application.
A Boolean indicating whether to use default robot application tools. The default tools
are rviz, rqt, terminal and rosbag record. The default is False.
A Boolean indicating whether to use default robot application tools. The default tools
are rviz, rqt, terminal and rosbag record. The default is False.
Consumes the builder and constructs a RobotApplicationConfig
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Builder
impl UnwindSafe for Builder
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more