Interface ListContactsRequest.Builder

    • Method Detail

      • nextToken

        ListContactsRequest.Builder nextToken​(String nextToken)

        The pagination token to continue to the next page of results.

        Parameters:
        nextToken - The pagination token to continue to the next page of results.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • maxResults

        ListContactsRequest.Builder maxResults​(Integer maxResults)

        The maximum number of contacts and escalation plans per page of results.

        Parameters:
        maxResults - The maximum number of contacts and escalation plans per page of results.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • aliasPrefix

        ListContactsRequest.Builder aliasPrefix​(String aliasPrefix)

        Used to list only contacts who's aliases start with the specified prefix.

        Parameters:
        aliasPrefix - Used to list only contacts who's aliases start with the specified prefix.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • type

        ListContactsRequest.Builder type​(String type)

        The type of contact. A contact is type PERSONAL and an escalation plan is type ESCALATION.

        Parameters:
        type - The type of contact. A contact is type PERSONAL and an escalation plan is type ESCALATION.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        ContactType, ContactType
      • type

        ListContactsRequest.Builder type​(ContactType type)

        The type of contact. A contact is type PERSONAL and an escalation plan is type ESCALATION.

        Parameters:
        type - The type of contact. A contact is type PERSONAL and an escalation plan is type ESCALATION.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        ContactType, ContactType