public static interface UpdateContactRequest.Builder extends ConnectRequest.Builder, SdkPojo, CopyableBuilder<UpdateContactRequest.Builder,UpdateContactRequest>
| Modifier and Type | Method and Description |
|---|---|
UpdateContactRequest.Builder |
contactId(String contactId)
The identifier of the contact.
|
UpdateContactRequest.Builder |
description(String description)
The description of the contact.
|
UpdateContactRequest.Builder |
instanceId(String instanceId)
The identifier of the Amazon Connect instance.
|
UpdateContactRequest.Builder |
name(String name)
The name of the contact.
|
UpdateContactRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
UpdateContactRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
UpdateContactRequest.Builder |
references(Map<String,Reference> references)
Well-formed data on contact, shown to agents on Contact Control Panel (CCP).
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateContactRequest.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.UpdateContactRequest.Builder contactId(String contactId)
The identifier of the contact. This is the identifier of the contact associated with the first interaction with your contact center.
contactId - The identifier of the contact. This is the identifier of the contact associated with the first
interaction with your contact center.UpdateContactRequest.Builder name(String name)
The name of the contact.
name - The name of the contact.UpdateContactRequest.Builder description(String description)
The description of the contact.
description - The description of the contact.UpdateContactRequest.Builder references(Map<String,Reference> references)
Well-formed data on contact, shown to agents on Contact Control Panel (CCP).
references - Well-formed data on contact, shown to agents on Contact Control Panel (CCP).UpdateContactRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderUpdateContactRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.