public static interface StartAttachmentUploadResponse.Builder extends ConnectParticipantResponse.Builder, SdkPojo, CopyableBuilder<StartAttachmentUploadResponse.Builder,StartAttachmentUploadResponse>
| Modifier and Type | Method and Description |
|---|---|
StartAttachmentUploadResponse.Builder |
attachmentId(String attachmentId)
A unique identifier for the attachment.
|
default StartAttachmentUploadResponse.Builder |
uploadMetadata(Consumer<UploadMetadata.Builder> uploadMetadata)
Fields to be used while uploading the attachment.
|
StartAttachmentUploadResponse.Builder |
uploadMetadata(UploadMetadata uploadMetadata)
Fields to be used while uploading the attachment.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildStartAttachmentUploadResponse.Builder attachmentId(String attachmentId)
A unique identifier for the attachment.
attachmentId - A unique identifier for the attachment.StartAttachmentUploadResponse.Builder uploadMetadata(UploadMetadata uploadMetadata)
Fields to be used while uploading the attachment.
uploadMetadata - Fields to be used while uploading the attachment.default StartAttachmentUploadResponse.Builder uploadMetadata(Consumer<UploadMetadata.Builder> uploadMetadata)
Fields to be used while uploading the attachment.
This is a convenience method that creates an instance of theUploadMetadata.Builder avoiding the need
to create one manually via UploadMetadata.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to uploadMetadata(UploadMetadata).
uploadMetadata - a consumer that will call methods on UploadMetadata.BuilderuploadMetadata(UploadMetadata)Copyright © 2023. All rights reserved.