Class S3CrtRetryConfiguration
java.lang.Object
software.amazon.awssdk.services.s3.crt.S3CrtRetryConfiguration
- All Implemented Interfaces:
- ToCopyableBuilder<S3CrtRetryConfiguration.Builder,- S3CrtRetryConfiguration> 
@SdkPublicApi
@Immutable
@ThreadSafe
public final class S3CrtRetryConfiguration
extends Object
implements ToCopyableBuilder<S3CrtRetryConfiguration.Builder,S3CrtRetryConfiguration> 
Retry option configuration for AWS CRT-based S3 client.
- See Also:
- 
Nested Class SummaryNested Classes
- 
Method SummaryModifier and TypeMethodDescriptionbuilder()Creates a default builder forS3CrtRetryConfiguration.booleaninthashCode()Retrieve theS3CrtRetryConfiguration.Builder.numRetries(Integer)configured on the builder.Take this object and create a builder that contains all of the current property values of this object.Methods inherited from class java.lang.ObjectgetClass, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuildercopy
- 
Method Details- 
builderCreates a default builder forS3CrtRetryConfiguration.
- 
numRetriesRetrieve theS3CrtRetryConfiguration.Builder.numRetries(Integer)configured on the builder.
- 
equals
- 
hashCode
- 
toBuilderDescription copied from interface:ToCopyableBuilderTake this object and create a builder that contains all of the current property values of this object.- Specified by:
- toBuilderin interface- ToCopyableBuilder<S3CrtRetryConfiguration.Builder,- S3CrtRetryConfiguration> 
- Returns:
- a builder for type T
 
 
-