Interface RetryConfigCriteria.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<RetryConfigCriteria.Builder,,RetryConfigCriteria> SdkBuilder<RetryConfigCriteria.Builder,,RetryConfigCriteria> SdkPojo
- Enclosing class:
RetryConfigCriteria
@Mutable
@NotThreadSafe
public static interface RetryConfigCriteria.Builder
extends SdkPojo, CopyableBuilder<RetryConfigCriteria.Builder,RetryConfigCriteria>
-
Method Summary
Modifier and TypeMethodDescriptionfailureType(String failureType) Over-the-air (OTA) retry criteria failure type.failureType(RetryCriteriaFailureType failureType) Over-the-air (OTA) retry criteria failure type.minNumberOfRetries(Integer minNumberOfRetries) The number of retries allowed for a failure type for the over-the-air (OTA) task.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
failureType
Over-the-air (OTA) retry criteria failure type.
- Parameters:
failureType- Over-the-air (OTA) retry 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) retry criteria failure type.
- Parameters:
failureType- Over-the-air (OTA) retry criteria failure type.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
minNumberOfRetries
The number of retries allowed for a failure type for the over-the-air (OTA) task.
- Parameters:
minNumberOfRetries- The number of retries allowed for a failure type for the over-the-air (OTA) task.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-