Struct aws_sdk_robomaker::model::batch_policy::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }Expand description
A builder for BatchPolicy
Implementations
The amount of time, in seconds, to wait for the batch to complete.
If a batch times out, and there are pending requests that were failing due to an
internal failure (like InternalServiceError), they will be moved to the failed
list and the batch status will be Failed. If the pending requests were failing
for any other reason, the failed pending requests will be moved to the failed list and the
batch status will be TimedOut.
The amount of time, in seconds, to wait for the batch to complete.
If a batch times out, and there are pending requests that were failing due to an
internal failure (like InternalServiceError), they will be moved to the failed
list and the batch status will be Failed. If the pending requests were failing
for any other reason, the failed pending requests will be moved to the failed list and the
batch status will be TimedOut.
The number of active simulation jobs create as part of the batch that can be in an active state at the same time.
Active states include: Pending,Preparing,
Running, Restarting, RunningFailed and
Terminating. All other states are terminal states.
The number of active simulation jobs create as part of the batch that can be in an active state at the same time.
Active states include: Pending,Preparing,
Running, Restarting, RunningFailed and
Terminating. All other states are terminal states.
Consumes the builder and constructs a BatchPolicy
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