Interface AbortConfigCriteria.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<AbortConfigCriteria.Builder,
,AbortConfigCriteria> SdkBuilder<AbortConfigCriteria.Builder,
,AbortConfigCriteria> SdkPojo
- Enclosing class:
AbortConfigCriteria
@Mutable
@NotThreadSafe
public static interface AbortConfigCriteria.Builder
extends SdkPojo, CopyableBuilder<AbortConfigCriteria.Builder,AbortConfigCriteria>
-
Method Summary
Modifier and TypeMethodDescriptionThe action taken by the abort configuration.action
(AbortCriteriaAction action) The action taken by the abort configuration.failureType
(String failureType) Over-the-air (OTA) task abort criteria failure type.failureType
(AbortCriteriaFailureType failureType) Over-the-air (OTA) task abort criteria failure type.minNumberOfExecutedThings
(Integer minNumberOfExecutedThings) The minimum number of things that must receive task execution notifications before the task can be aborted.thresholdPercentage
(Double thresholdPercentage) The minimum percentage of over-the-air (OTA) task execution failures that must occur to initiate the last abort.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
action
The action taken by the abort configuration.
- Parameters:
action
- The action taken by the abort configuration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
action
The action taken by the abort configuration.
- Parameters:
action
- The action taken by the abort configuration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
failureType
Over-the-air (OTA) task abort criteria failure type.
- Parameters:
failureType
- Over-the-air (OTA) task abort criteria failure type.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
failureType
Over-the-air (OTA) task abort criteria failure type.
- Parameters:
failureType
- Over-the-air (OTA) task abort criteria failure type.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
minNumberOfExecutedThings
The minimum number of things that must receive task execution notifications before the task can be aborted.
- Parameters:
minNumberOfExecutedThings
- The minimum number of things that must receive task execution notifications before the task can be aborted.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
thresholdPercentage
The minimum percentage of over-the-air (OTA) task execution failures that must occur to initiate the last abort.
- Parameters:
thresholdPercentage
- The minimum percentage of over-the-air (OTA) task execution failures that must occur to initiate the last abort.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-