Interface RetryConfigInput.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<RetryConfigInput.Builder,,RetryConfigInput> SdkBuilder<RetryConfigInput.Builder,,RetryConfigInput> SdkPojo
- Enclosing class:
RetryConfigInput
@Mutable
@NotThreadSafe
public static interface RetryConfigInput.Builder
extends SdkPojo, CopyableBuilder<RetryConfigInput.Builder,RetryConfigInput>
-
Method Summary
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
-
maxRetries
The maximum number of retries. The value must be less than or equal to 2.
- Parameters:
maxRetries- The maximum number of retries. The value must be less than or equal to 2.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-