public static interface StartAttachmentUploadRequest.Builder extends ConnectParticipantRequest.Builder, SdkPojo, CopyableBuilder<StartAttachmentUploadRequest.Builder,StartAttachmentUploadRequest>
| Modifier and Type | Method and Description |
|---|---|
StartAttachmentUploadRequest.Builder |
attachmentName(String attachmentName)
A case-sensitive name of the attachment being uploaded.
|
StartAttachmentUploadRequest.Builder |
attachmentSizeInBytes(Long attachmentSizeInBytes)
The size of the attachment in bytes.
|
StartAttachmentUploadRequest.Builder |
clientToken(String clientToken)
A unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
|
StartAttachmentUploadRequest.Builder |
connectionToken(String connectionToken)
The authentication token associated with the participant's connection.
|
StartAttachmentUploadRequest.Builder |
contentType(String contentType)
Describes the MIME file type of the attachment.
|
StartAttachmentUploadRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
StartAttachmentUploadRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildStartAttachmentUploadRequest.Builder contentType(String contentType)
Describes the MIME file type of the attachment. For a list of supported file types, see Feature specifications in the Amazon Connect Administrator Guide.
contentType - Describes the MIME file type of the attachment. For a list of supported file types, see Feature
specifications in the Amazon Connect Administrator Guide.StartAttachmentUploadRequest.Builder attachmentSizeInBytes(Long attachmentSizeInBytes)
The size of the attachment in bytes.
attachmentSizeInBytes - The size of the attachment in bytes.StartAttachmentUploadRequest.Builder attachmentName(String attachmentName)
A case-sensitive name of the attachment being uploaded.
attachmentName - A case-sensitive name of the attachment being uploaded.StartAttachmentUploadRequest.Builder clientToken(String clientToken)
A unique, case-sensitive identifier that you provide to ensure the idempotency of the request. If not provided, the Amazon Web Services SDK populates this field. For more information about idempotency, see Making retries safe with idempotent APIs.
clientToken - A unique, case-sensitive identifier that you provide to ensure the idempotency of the request. If not
provided, the Amazon Web Services SDK populates this field. For more information about idempotency,
see Making
retries safe with idempotent APIs.StartAttachmentUploadRequest.Builder connectionToken(String connectionToken)
The authentication token associated with the participant's connection.
connectionToken - The authentication token associated with the participant's connection.StartAttachmentUploadRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderStartAttachmentUploadRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.