| Package | Description |
|---|---|
| software.amazon.awssdk.services.connectparticipant.model |
| Modifier and Type | Method and Description |
|---|---|
static UploadMetadata.Builder |
UploadMetadata.builder() |
UploadMetadata.Builder |
UploadMetadata.Builder.headersToInclude(Map<String,String> headersToInclude)
The headers to be provided while uploading the file to the URL.
|
UploadMetadata.Builder |
UploadMetadata.toBuilder() |
UploadMetadata.Builder |
UploadMetadata.Builder.url(String url)
This is the pre-signed URL that can be used for uploading the file to Amazon S3 when used in response to
StartAttachmentUpload.
|
UploadMetadata.Builder |
UploadMetadata.Builder.urlExpiry(String urlExpiry)
The expiration time of the URL in ISO timestamp.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends UploadMetadata.Builder> |
UploadMetadata.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default StartAttachmentUploadResponse.Builder |
StartAttachmentUploadResponse.Builder.uploadMetadata(Consumer<UploadMetadata.Builder> uploadMetadata)
Fields to be used while uploading the attachment.
|
Copyright © 2023. All rights reserved.