public static interface UpdateContactAttributesRequest.Builder extends ConnectRequest.Builder, SdkPojo, CopyableBuilder<UpdateContactAttributesRequest.Builder,UpdateContactAttributesRequest>
| Modifier and Type | Method and Description |
|---|---|
UpdateContactAttributesRequest.Builder |
attributes(Map<String,String> attributes)
The Amazon Connect attributes.
|
UpdateContactAttributesRequest.Builder |
initialContactId(String initialContactId)
The identifier of the contact.
|
UpdateContactAttributesRequest.Builder |
instanceId(String instanceId)
The identifier of the Amazon Connect instance.
|
UpdateContactAttributesRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
UpdateContactAttributesRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateContactAttributesRequest.Builder initialContactId(String initialContactId)
The identifier of the contact. This is the identifier of the contact associated with the first interaction with the contact center.
initialContactId - The identifier of the contact. This is the identifier of the contact associated with the first
interaction with the contact center.UpdateContactAttributesRequest.Builder instanceId(String instanceId)
The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.
instanceId - The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.UpdateContactAttributesRequest.Builder attributes(Map<String,String> attributes)
The Amazon Connect attributes. These attributes can be accessed in contact flows just like any other contact attributes.
You can have up to 32,768 UTF-8 bytes across all attributes for a contact. Attribute keys can include only alphanumeric, dash, and underscore characters.
attributes - The Amazon Connect attributes. These attributes can be accessed in contact flows just like any other
contact attributes.
You can have up to 32,768 UTF-8 bytes across all attributes for a contact. Attribute keys can include only alphanumeric, dash, and underscore characters.
UpdateContactAttributesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderUpdateContactAttributesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.