Interface UpdateContactRequest.Builder

  • Method Details

    • instanceId

      UpdateContactRequest.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.

      Parameters:
      instanceId - The identifier of the Amazon Connect instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • contactId

      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.

      Parameters:
      contactId - The identifier of the contact. This is the identifier of the contact associated with the first interaction with your contact center.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • name

      The name of the contact.

      Parameters:
      name - The name of the contact.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • description

      UpdateContactRequest.Builder description(String description)

      The description of the contact.

      Parameters:
      description - The description of the contact.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • references

      Well-formed data on contact, shown to agents on Contact Control Panel (CCP).

      Parameters:
      references - Well-formed data on contact, shown to agents on Contact Control Panel (CCP).
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • overrideConfiguration

      UpdateContactRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      overrideConfiguration - The override configuration.
      Returns:
      This object for method chaining.
    • overrideConfiguration

      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      builderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be given.
      Returns:
      This object for method chaining.