@Immutable @ThreadSafe public class PresignedUploadPartRequest extends PresignedRequest implements ToCopyableBuilder<PresignedUploadPartRequest.Builder,PresignedUploadPartRequest>
UploadPartRequest that can be executed at a later time without requiring additional signing or
authentication.| Modifier and Type | Class and Description |
|---|---|
static interface |
PresignedUploadPartRequest.Builder
A builder for a
PresignedUploadPartRequest, created with builder(). |
| Modifier and Type | Method and Description |
|---|---|
static PresignedUploadPartRequest.Builder |
builder()
Create a builder that can be used to create a
PresignedUploadPartRequest. |
PresignedUploadPartRequest.Builder |
toBuilder() |
equals, expiration, hashCode, httpRequest, isBrowserExecutable, signedHeaders, signedPayload, urlclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitcopypublic static PresignedUploadPartRequest.Builder builder()
PresignedUploadPartRequest.public PresignedUploadPartRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<PresignedUploadPartRequest.Builder,PresignedUploadPartRequest>Copyright © 2021. All rights reserved.