Class UploadPartPresignRequest
java.lang.Object
software.amazon.awssdk.awscore.presigner.PresignRequest
software.amazon.awssdk.services.s3.presigner.model.UploadPartPresignRequest
- All Implemented Interfaces:
 ToCopyableBuilder<UploadPartPresignRequest.Builder,UploadPartPresignRequest> 
@Immutable
@ThreadSafe
public final class UploadPartPresignRequest
extends PresignRequest
implements ToCopyableBuilder<UploadPartPresignRequest.Builder,UploadPartPresignRequest> 
A request to pre-sign a 
UploadPartRequest so that it can be executed at a later time without requiring additional
 signing or authentication.- See Also:
 
- 
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic interfaceA builder for aUploadPartPresignRequest, created withbuilder(). - 
Method Summary
Modifier and TypeMethodDescriptionbuilder()Create a builder that can be used to create aUploadPartPresignRequest.booleaninthashCode()Take this object and create a builder that contains all of the current property values of this object.Retrieve theUploadPartRequestthat should be presigned.Methods inherited from class software.amazon.awssdk.awscore.presigner.PresignRequest
signatureDurationMethods 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
Create a builder that can be used to create aUploadPartPresignRequest.- See Also:
 
 - 
uploadPartRequest
Retrieve theUploadPartRequestthat should be presigned. - 
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<UploadPartPresignRequest.Builder,UploadPartPresignRequest> - Returns:
 - a builder for type T
 
 - 
equals
- Overrides:
 equalsin classPresignRequest
 - 
hashCode
public int hashCode()- Overrides:
 hashCodein classPresignRequest
 
 -