Class S3CrtRetryConfiguration
java.lang.Object
software.amazon.awssdk.services.s3.crt.S3CrtRetryConfiguration
- All Implemented Interfaces:
 ToCopyableBuilder<S3CrtRetryConfiguration.Builder,S3CrtRetryConfiguration> 
@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 Summary
Nested Classes - 
Method Summary
Modifier 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.Object
getClass, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy 
- 
Method Details
- 
builder
Creates a default builder forS3CrtRetryConfiguration. - 
numRetries
Retrieve theS3CrtRetryConfiguration.Builder.numRetries(Integer)configured on the builder. - 
equals
 - 
hashCode
public int hashCode() - 
toBuilder
Description copied from interface:ToCopyableBuilderTake this object and create a builder that contains all of the current property values of this object.- Specified by:
 toBuilderin interfaceToCopyableBuilder<S3CrtRetryConfiguration.Builder,S3CrtRetryConfiguration> - Returns:
 - a builder for type T
 
 
 -