Struct aws_sdk_batch::model::evaluate_on_exit::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }
Expand description
A builder for EvaluateOnExit
Implementations
Contains a glob pattern to match against the StatusReason
returned for a job. The pattern can be up
to 512 characters in length. It can contain letters, numbers, periods (.), colons (:), and white space (including
spaces or tabs). It can optionally end with an asterisk (*) so that only the start of the string needs to be an exact
match.
Contains a glob pattern to match against the StatusReason
returned for a job. The pattern can be up
to 512 characters in length. It can contain letters, numbers, periods (.), colons (:), and white space (including
spaces or tabs). It can optionally end with an asterisk (*) so that only the start of the string needs to be an exact
match.
Contains a glob pattern to match against the Reason
returned for a job. The pattern can be up to
512 characters in length. It can contain letters, numbers, periods (.), colons (:), and white space (including spaces
and tabs). It can optionally end with an asterisk (*) so that only the start of the string needs to be an exact
match.
Contains a glob pattern to match against the Reason
returned for a job. The pattern can be up to
512 characters in length. It can contain letters, numbers, periods (.), colons (:), and white space (including spaces
and tabs). It can optionally end with an asterisk (*) so that only the start of the string needs to be an exact
match.
Contains a glob pattern to match against the decimal representation of the ExitCode
returned for a
job. The pattern can be up to 512 characters in length. It can contain only numbers, and can optionally end with an
asterisk (*) so that only the start of the string needs to be an exact match.
Contains a glob pattern to match against the decimal representation of the ExitCode
returned for a
job. The pattern can be up to 512 characters in length. It can contain only numbers, and can optionally end with an
asterisk (*) so that only the start of the string needs to be an exact match.
Specifies the action to take if all of the specified conditions (onStatusReason
,
onReason
, and onExitCode
) are met. The values aren't case sensitive.
Specifies the action to take if all of the specified conditions (onStatusReason
,
onReason
, and onExitCode
) are met. The values aren't case sensitive.
Consumes the builder and constructs a EvaluateOnExit
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