StartTaskContactRequest.Builder |
StartTaskContactRequest.Builder.attributes(Map<String,String> attributes) |
A custom key-value pair using an attribute map.
|
static StartTaskContactRequest.Builder |
StartTaskContactRequest.builder() |
|
StartTaskContactRequest.Builder |
StartTaskContactRequest.Builder.clientToken(String clientToken) |
A unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
|
StartTaskContactRequest.Builder |
StartTaskContactRequest.Builder.contactFlowId(String contactFlowId) |
The identifier of the flow for initiating the tasks.
|
StartTaskContactRequest.Builder |
StartTaskContactRequest.Builder.description(String description) |
A description of the task that is shown to an agent in the Contact Control Panel (CCP).
|
StartTaskContactRequest.Builder |
StartTaskContactRequest.Builder.instanceId(String instanceId) |
The identifier of the Amazon Connect instance.
|
StartTaskContactRequest.Builder |
StartTaskContactRequest.Builder.name(String name) |
The name of a task that is shown to an agent in the Contact Control Panel (CCP).
|
StartTaskContactRequest.Builder |
StartTaskContactRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
|
StartTaskContactRequest.Builder |
StartTaskContactRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
|
StartTaskContactRequest.Builder |
StartTaskContactRequest.Builder.previousContactId(String previousContactId) |
The identifier of the previous chat, voice, or task contact.
|
StartTaskContactRequest.Builder |
StartTaskContactRequest.Builder.quickConnectId(String quickConnectId) |
The identifier for the quick connect.
|
StartTaskContactRequest.Builder |
StartTaskContactRequest.Builder.references(Map<String,Reference> references) |
A formatted URL that is shown to an agent in the Contact Control Panel (CCP).
|
StartTaskContactRequest.Builder |
StartTaskContactRequest.Builder.relatedContactId(String relatedContactId) |
The contactId that is related to this
contact.
|
StartTaskContactRequest.Builder |
StartTaskContactRequest.Builder.scheduledTime(Instant scheduledTime) |
The timestamp, in Unix Epoch seconds format, at which to start running the inbound flow.
|
StartTaskContactRequest.Builder |
StartTaskContactRequest.Builder.taskTemplateId(String taskTemplateId) |
A unique identifier for the task template.
|
StartTaskContactRequest.Builder |
StartTaskContactRequest.toBuilder() |
|