public static interface CompleteAttachmentUploadRequest.Builder extends ConnectParticipantRequest.Builder, SdkPojo, CopyableBuilder<CompleteAttachmentUploadRequest.Builder,CompleteAttachmentUploadRequest>
| Modifier and Type | Method and Description |
|---|---|
CompleteAttachmentUploadRequest.Builder |
attachmentIds(Collection<String> attachmentIds)
A list of unique identifiers for the attachments.
|
CompleteAttachmentUploadRequest.Builder |
attachmentIds(String... attachmentIds)
A list of unique identifiers for the attachments.
|
CompleteAttachmentUploadRequest.Builder |
clientToken(String clientToken)
A unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
|
CompleteAttachmentUploadRequest.Builder |
connectionToken(String connectionToken)
The authentication token associated with the participant's connection.
|
CompleteAttachmentUploadRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
CompleteAttachmentUploadRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildCompleteAttachmentUploadRequest.Builder attachmentIds(Collection<String> attachmentIds)
A list of unique identifiers for the attachments.
attachmentIds - A list of unique identifiers for the attachments.CompleteAttachmentUploadRequest.Builder attachmentIds(String... attachmentIds)
A list of unique identifiers for the attachments.
attachmentIds - A list of unique identifiers for the attachments.CompleteAttachmentUploadRequest.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.CompleteAttachmentUploadRequest.Builder connectionToken(String connectionToken)
The authentication token associated with the participant's connection.
connectionToken - The authentication token associated with the participant's connection.CompleteAttachmentUploadRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderCompleteAttachmentUploadRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.