Interface DeleteContactDataRequest.Builder

  • Method Details

    • instanceId

      DeleteContactDataRequest.Builder instanceId(String instanceId)

      The identifier of the Connect Customer instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.

      Parameters:
      instanceId - The identifier of the Connect Customer 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

      The identifier of the contact. You can delete PII only from a contact that has been disconnected (is in a terminated state).

      Parameters:
      contactId - The identifier of the contact. You can delete PII only from a contact that has been disconnected (is in a terminated state).
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • contactFieldsWithStrings

      DeleteContactDataRequest.Builder contactFieldsWithStrings(Collection<String> contactFields)

      The categories of PII to redact from the contact. Specify one or more of the following values:

      • CUSTOMER_ENDPOINT – The customer's contact endpoint.

      • ADDITIONAL_EMAIL_RECIPIENTS – Additional recipients on an email contact (email channel only).

      • EMAIL_SUBJECT – The subject line of an email contact (email channel only).

      Parameters:
      contactFields - The categories of PII to redact from the contact. Specify one or more of the following values:

      • CUSTOMER_ENDPOINT – The customer's contact endpoint.

      • ADDITIONAL_EMAIL_RECIPIENTS – Additional recipients on an email contact (email channel only).

      • EMAIL_SUBJECT – The subject line of an email contact (email channel only).

      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • contactFieldsWithStrings

      DeleteContactDataRequest.Builder contactFieldsWithStrings(String... contactFields)

      The categories of PII to redact from the contact. Specify one or more of the following values:

      • CUSTOMER_ENDPOINT – The customer's contact endpoint.

      • ADDITIONAL_EMAIL_RECIPIENTS – Additional recipients on an email contact (email channel only).

      • EMAIL_SUBJECT – The subject line of an email contact (email channel only).

      Parameters:
      contactFields - The categories of PII to redact from the contact. Specify one or more of the following values:

      • CUSTOMER_ENDPOINT – The customer's contact endpoint.

      • ADDITIONAL_EMAIL_RECIPIENTS – Additional recipients on an email contact (email channel only).

      • EMAIL_SUBJECT – The subject line of an email contact (email channel only).

      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • contactFields

      The categories of PII to redact from the contact. Specify one or more of the following values:

      • CUSTOMER_ENDPOINT – The customer's contact endpoint.

      • ADDITIONAL_EMAIL_RECIPIENTS – Additional recipients on an email contact (email channel only).

      • EMAIL_SUBJECT – The subject line of an email contact (email channel only).

      Parameters:
      contactFields - The categories of PII to redact from the contact. Specify one or more of the following values:

      • CUSTOMER_ENDPOINT – The customer's contact endpoint.

      • ADDITIONAL_EMAIL_RECIPIENTS – Additional recipients on an email contact (email channel only).

      • EMAIL_SUBJECT – The subject line of an email contact (email channel only).

      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • contactFields

      DeleteContactDataRequest.Builder contactFields(ContactField... contactFields)

      The categories of PII to redact from the contact. Specify one or more of the following values:

      • CUSTOMER_ENDPOINT – The customer's contact endpoint.

      • ADDITIONAL_EMAIL_RECIPIENTS – Additional recipients on an email contact (email channel only).

      • EMAIL_SUBJECT – The subject line of an email contact (email channel only).

      Parameters:
      contactFields - The categories of PII to redact from the contact. Specify one or more of the following values:

      • CUSTOMER_ENDPOINT – The customer's contact endpoint.

      • ADDITIONAL_EMAIL_RECIPIENTS – Additional recipients on an email contact (email channel only).

      • EMAIL_SUBJECT – The subject line of an email contact (email channel only).

      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • overrideConfiguration

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