Interface RetryCriteria.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<RetryCriteria.Builder,
,RetryCriteria> SdkBuilder<RetryCriteria.Builder,
,RetryCriteria> SdkPojo
- Enclosing class:
RetryCriteria
@Mutable
@NotThreadSafe
public static interface RetryCriteria.Builder
extends SdkPojo, CopyableBuilder<RetryCriteria.Builder,RetryCriteria>
-
Method Summary
Modifier and TypeMethodDescriptionfailureType
(String failureType) The type of job execution failures that can initiate a job retry.failureType
(RetryableFailureType failureType) The type of job execution failures that can initiate a job retry.numberOfRetries
(Integer numberOfRetries) The number of retries allowed for a failure type for the job.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
-
failureType
The type of job execution failures that can initiate a job retry.
- Parameters:
failureType
- The type of job execution failures that can initiate a job retry.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
failureType
The type of job execution failures that can initiate a job retry.
- Parameters:
failureType
- The type of job execution failures that can initiate a job retry.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
numberOfRetries
The number of retries allowed for a failure type for the job.
- Parameters:
numberOfRetries
- The number of retries allowed for a failure type for the job.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-