public static interface ContactFilter.Builder extends SdkPojo, CopyableBuilder<ContactFilter.Builder,ContactFilter>
| Modifier and Type | Method and Description |
|---|---|
ContactFilter.Builder |
channel(Collection<String> channel)
A list of channels to filter on for related items of type
Contact. |
ContactFilter.Builder |
channel(String... channel)
A list of channels to filter on for related items of type
Contact. |
ContactFilter.Builder |
contactArn(String contactArn)
A unique identifier of a contact in Amazon Connect.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildContactFilter.Builder channel(Collection<String> channel)
A list of channels to filter on for related items of type Contact.
channel - A list of channels to filter on for related items of type Contact.ContactFilter.Builder channel(String... channel)
A list of channels to filter on for related items of type Contact.
channel - A list of channels to filter on for related items of type Contact.ContactFilter.Builder contactArn(String contactArn)
A unique identifier of a contact in Amazon Connect.
contactArn - A unique identifier of a contact in Amazon Connect.Copyright © 2023. All rights reserved.