public static interface TransferContactRequest.Builder extends ConnectRequest.Builder, SdkPojo, CopyableBuilder<TransferContactRequest.Builder,TransferContactRequest>
| Modifier and Type | Method and Description |
|---|---|
TransferContactRequest.Builder |
clientToken(String clientToken)
A unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
|
TransferContactRequest.Builder |
contactFlowId(String contactFlowId)
The identifier of the flow.
|
TransferContactRequest.Builder |
contactId(String contactId)
The identifier of the contact in this instance of Amazon Connect.
|
TransferContactRequest.Builder |
instanceId(String instanceId)
The identifier of the Amazon Connect instance.
|
TransferContactRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
TransferContactRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
TransferContactRequest.Builder |
queueId(String queueId)
The identifier for the queue.
|
TransferContactRequest.Builder |
userId(String userId)
The identifier for the user.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildTransferContactRequest.Builder instanceId(String instanceId)
The identifier of the Amazon Connect instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
instanceId - The identifier of the Amazon Connect instance. You can find the instance
ID in the Amazon Resource Name (ARN) of the instance.TransferContactRequest.Builder contactId(String contactId)
The identifier of the contact in this instance of Amazon Connect.
contactId - The identifier of the contact in this instance of Amazon Connect.TransferContactRequest.Builder queueId(String queueId)
The identifier for the queue.
queueId - The identifier for the queue.TransferContactRequest.Builder userId(String userId)
The identifier for the user.
userId - The identifier for the user.TransferContactRequest.Builder contactFlowId(String contactFlowId)
The identifier of the flow.
contactFlowId - The identifier of the flow.TransferContactRequest.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.TransferContactRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderTransferContactRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.