Interface RetryPolicy.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<RetryPolicy.Builder,,- RetryPolicy> - SdkBuilder<RetryPolicy.Builder,,- RetryPolicy> - SdkPojo
- Enclosing class:
- RetryPolicy
@Mutable
@NotThreadSafe
public static interface RetryPolicy.Builder
extends SdkPojo, CopyableBuilder<RetryPolicy.Builder,RetryPolicy> 
- 
Method SummaryModifier and TypeMethodDescriptionmaxAttempts(Integer maxAttempts) Maximum number of attempts for the job run.maxFailedAttemptsPerHour(Integer maxFailedAttemptsPerHour) Maximum number of failed attempts per hour.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
maxAttemptsMaximum number of attempts for the job run. This parameter is only applicable for BATCHmode.- Parameters:
- maxAttempts- Maximum number of attempts for the job run. This parameter is only applicable for- BATCHmode.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
maxFailedAttemptsPerHourMaximum number of failed attempts per hour. This [arameter is only applicable for STREAMINGmode.- Parameters:
- maxFailedAttemptsPerHour- Maximum number of failed attempts per hour. This [arameter is only applicable for- STREAMINGmode.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
 
-