Struct aws_sdk_robomaker::model::simulation_job_summary::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }Expand description
A builder for SimulationJobSummary
Implementations
The Amazon Resource Name (ARN) of the simulation job.
The Amazon Resource Name (ARN) of the simulation job.
The time, in milliseconds since the epoch, when the simulation job was last updated.
The time, in milliseconds since the epoch, when the simulation job was last updated.
The status of the simulation job.
The status of the simulation job.
Appends an item to simulation_application_names.
To override the contents of this collection use set_simulation_application_names.
A list of simulation job simulation application names.
A list of simulation job simulation application names.
Appends an item to robot_application_names.
To override the contents of this collection use set_robot_application_names.
A list of simulation job robot application names.
A list of simulation job robot application names.
Appends an item to data_source_names.
To override the contents of this collection use set_data_source_names.
The names of the data sources.
The names of the data sources.
The compute type for the simulation job summary.
The compute type for the simulation job summary.
Consumes the builder and constructs a SimulationJobSummary
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