Class PresignedUploadPartRequest
java.lang.Object
software.amazon.awssdk.awscore.presigner.PresignedRequest
software.amazon.awssdk.services.s3.presigner.model.PresignedUploadPartRequest
- All Implemented Interfaces:
ToCopyableBuilder<PresignedUploadPartRequest.Builder,PresignedUploadPartRequest>
@SdkPublicApi
@Immutable
@ThreadSafe
public class PresignedUploadPartRequest
extends PresignedRequest
implements ToCopyableBuilder<PresignedUploadPartRequest.Builder,PresignedUploadPartRequest>
A pre-signed
UploadPartRequest that can be executed at a later time without requiring additional signing or
authentication.-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic interfaceA builder for aPresignedUploadPartRequest, created withbuilder(). -
Method Summary
Modifier and TypeMethodDescriptionbuilder()Create a builder that can be used to create aPresignedUploadPartRequest.Methods inherited from class software.amazon.awssdk.awscore.presigner.PresignedRequest
equals, expiration, hashCode, httpRequest, isBrowserExecutable, signedHeaders, signedPayload, urlMethods inherited from class java.lang.Object
clone, finalize, 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 aPresignedUploadPartRequest. -
toBuilder
- Specified by:
toBuilderin interfaceToCopyableBuilder<PresignedUploadPartRequest.Builder,PresignedUploadPartRequest>
-