Uses of Interface
software.amazon.awssdk.services.connectparticipant.model.StartAttachmentUploadRequest.Builder
-
Packages that use StartAttachmentUploadRequest.Builder Package Description software.amazon.awssdk.services.connectparticipant Amazon Connect is an easy-to-use omnichannel cloud contact center service that enables companies of any size to deliver superior customer service at a lower cost.software.amazon.awssdk.services.connectparticipant.model -
-
Uses of StartAttachmentUploadRequest.Builder in software.amazon.awssdk.services.connectparticipant
Method parameters in software.amazon.awssdk.services.connectparticipant with type arguments of type StartAttachmentUploadRequest.Builder Modifier and Type Method Description default CompletableFuture<StartAttachmentUploadResponse>ConnectParticipantAsyncClient. startAttachmentUpload(Consumer<StartAttachmentUploadRequest.Builder> startAttachmentUploadRequest)Provides a pre-signed Amazon S3 URL in response for uploading the file directly to S3.default StartAttachmentUploadResponseConnectParticipantClient. startAttachmentUpload(Consumer<StartAttachmentUploadRequest.Builder> startAttachmentUploadRequest)Provides a pre-signed Amazon S3 URL in response for uploading the file directly to S3. -
Uses of StartAttachmentUploadRequest.Builder in software.amazon.awssdk.services.connectparticipant.model
Methods in software.amazon.awssdk.services.connectparticipant.model that return StartAttachmentUploadRequest.Builder Modifier and Type Method Description StartAttachmentUploadRequest.BuilderStartAttachmentUploadRequest.Builder. attachmentName(String attachmentName)A case-sensitive name of the attachment being uploaded.StartAttachmentUploadRequest.BuilderStartAttachmentUploadRequest.Builder. attachmentSizeInBytes(Long attachmentSizeInBytes)The size of the attachment in bytes.static StartAttachmentUploadRequest.BuilderStartAttachmentUploadRequest. builder()StartAttachmentUploadRequest.BuilderStartAttachmentUploadRequest.Builder. clientToken(String clientToken)A unique, case-sensitive identifier that you provide to ensure the idempotency of the request.StartAttachmentUploadRequest.BuilderStartAttachmentUploadRequest.Builder. connectionToken(String connectionToken)The authentication token associated with the participant's connection.StartAttachmentUploadRequest.BuilderStartAttachmentUploadRequest.Builder. contentType(String contentType)Describes the MIME file type of the attachment.StartAttachmentUploadRequest.BuilderStartAttachmentUploadRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)StartAttachmentUploadRequest.BuilderStartAttachmentUploadRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)StartAttachmentUploadRequest.BuilderStartAttachmentUploadRequest. toBuilder()Methods in software.amazon.awssdk.services.connectparticipant.model that return types with arguments of type StartAttachmentUploadRequest.Builder Modifier and Type Method Description static Class<? extends StartAttachmentUploadRequest.Builder>StartAttachmentUploadRequest. serializableBuilderClass()
-