Struct aws_sdk_robomaker::output::create_simulation_application_output::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }Expand description
A builder for CreateSimulationApplicationOutput
Implementations
The Amazon Resource Name (ARN) of the simulation application.
The Amazon Resource Name (ARN) of the simulation application.
The version of the simulation application.
The version of the simulation application.
Appends an item to sources.
To override the contents of this collection use set_sources.
The sources of the simulation application.
The sources of the simulation application.
The simulation software suite used by the simulation application.
The simulation software suite used by the simulation application.
Information about the robot software suite (ROS distribution).
Information about the robot software suite (ROS distribution).
The rendering engine for the simulation application.
The rendering engine for the simulation application.
The time, in milliseconds since the epoch, when the simulation application was last updated.
The time, in milliseconds since the epoch, when the simulation application was last updated.
The revision id of the simulation application.
The revision id of the simulation application.
Adds a key-value pair to tags.
To override the contents of this collection use set_tags.
The list of all tags added to the simulation application.
The list of all tags added to the simulation application.
The object that contains the Docker image URI that you used to create your simulation application.
The object that contains the Docker image URI that you used to create your simulation application.
Consumes the builder and constructs a CreateSimulationApplicationOutput
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