Interface ContactFilter.Builder

    • Method Detail

      • channel

        ContactFilter.Builder channel​(Collection<String> channel)

        A list of channels to filter on for related items of type Contact.

        Parameters:
        channel - A list of channels to filter on for related items of type Contact.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • channel

        ContactFilter.Builder channel​(String... channel)

        A list of channels to filter on for related items of type Contact.

        Parameters:
        channel - A list of channels to filter on for related items of type Contact.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • contactArn

        ContactFilter.Builder contactArn​(String contactArn)

        A unique identifier of a contact in Amazon Connect.

        Parameters:
        contactArn - A unique identifier of a contact in Amazon Connect.
        Returns:
        Returns a reference to this object so that method calls can be chained together.