Interface RetryConfigOutput.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<RetryConfigOutput.Builder,
,RetryConfigOutput> SdkBuilder<RetryConfigOutput.Builder,
,RetryConfigOutput> SdkPojo
- Enclosing class:
RetryConfigOutput
@Mutable
@NotThreadSafe
public static interface RetryConfigOutput.Builder
extends SdkPojo, CopyableBuilder<RetryConfigOutput.Builder,RetryConfigOutput>
-
Method Summary
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
-
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.
-