public static interface EvaluateOnExit.Builder extends SdkPojo, CopyableBuilder<EvaluateOnExit.Builder,EvaluateOnExit>
| Modifier and Type | Method and Description |
|---|---|
EvaluateOnExit.Builder |
action(RetryAction action)
Specifies the action to take if all of the specified conditions (
onStatusReason,
onReason, and onExitCode) are met. |
EvaluateOnExit.Builder |
action(String action)
Specifies the action to take if all of the specified conditions (
onStatusReason,
onReason, and onExitCode) are met. |
EvaluateOnExit.Builder |
onExitCode(String onExitCode)
Contains a glob pattern to match against the decimal representation of the
ExitCode returned for
a job. |
EvaluateOnExit.Builder |
onReason(String onReason)
Contains a glob pattern to match against the
Reason returned for a job. |
EvaluateOnExit.Builder |
onStatusReason(String onStatusReason)
Contains a glob pattern to match against the
StatusReason returned for a job. |
equalsBySdkFields, sdkFieldscopyapplyMutation, buildEvaluateOnExit.Builder onStatusReason(String onStatusReason)
Contains a glob pattern to match against the StatusReason returned for a job. The pattern can
contain up to 512 characters. It can contain letters, numbers, periods (.), colons (:), and white spaces
(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.
onStatusReason - Contains a glob pattern to match against the StatusReason returned for a job. The pattern
can contain up to 512 characters. It can contain letters, numbers, periods (.), colons (:), and white
spaces (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.EvaluateOnExit.Builder onReason(String onReason)
Contains a glob pattern to match against the Reason returned for a job. The pattern can contain
up to 512 characters. 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.
onReason - Contains a glob pattern to match against the Reason returned for a job. The pattern can
contain up to 512 characters. 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.EvaluateOnExit.Builder onExitCode(String onExitCode)
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 long. It can contain only numbers, and can end with an
asterisk (*) so that only the start of the string needs to be an exact match.
The string can contain up to 512 characters.
onExitCode - 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 long. It can contain only numbers, and can
end with an asterisk (*) so that only the start of the string needs to be an exact match.
The string can contain up to 512 characters.
EvaluateOnExit.Builder action(String action)
Specifies the action to take if all of the specified conditions (onStatusReason,
onReason, and onExitCode) are met. The values aren't case sensitive.
action - Specifies the action to take if all of the specified conditions (onStatusReason,
onReason, and onExitCode) are met. The values aren't case sensitive.RetryAction,
RetryActionEvaluateOnExit.Builder action(RetryAction action)
Specifies the action to take if all of the specified conditions (onStatusReason,
onReason, and onExitCode) are met. The values aren't case sensitive.
action - Specifies the action to take if all of the specified conditions (onStatusReason,
onReason, and onExitCode) are met. The values aren't case sensitive.RetryAction,
RetryActionCopyright © 2023. All rights reserved.