Class PresignedCreateMultipartUploadRequest
java.lang.Object
software.amazon.awssdk.awscore.presigner.PresignedRequest
software.amazon.awssdk.services.s3.presigner.model.PresignedCreateMultipartUploadRequest
- All Implemented Interfaces:
 ToCopyableBuilder<PresignedCreateMultipartUploadRequest.Builder,PresignedCreateMultipartUploadRequest> 
@Immutable
@ThreadSafe
public class PresignedCreateMultipartUploadRequest
extends PresignedRequest
implements ToCopyableBuilder<PresignedCreateMultipartUploadRequest.Builder,PresignedCreateMultipartUploadRequest> 
A pre-signed 
CreateMultipartUploadRequest that 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 aPresignedCreateMultipartUploadRequest, created withbuilder(). - 
Method Summary
Modifier and TypeMethodDescriptionbuilder()Create a builder that can be used to create aPresignedCreateMultipartUploadRequest.Take this object and create a builder that contains all of the current property values of this object.Methods inherited from class software.amazon.awssdk.awscore.presigner.PresignedRequest
equals, expiration, hashCode, httpRequest, isBrowserExecutable, signedHeaders, signedPayload, urlMethods 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 aPresignedCreateMultipartUploadRequest.- See Also:
 
 - 
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<PresignedCreateMultipartUploadRequest.Builder,PresignedCreateMultipartUploadRequest> - Returns:
 - a builder for type T
 
 
 -