Interface SearchEmailAddressesResponse.Builder

    • Method Detail

      • nextToken

        SearchEmailAddressesResponse.Builder nextToken​(String nextToken)

        If there are additional results, this is the token for the next set of results.

        Parameters:
        nextToken - If there are additional results, this is the token for the next set of results.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • emailAddresses

        SearchEmailAddressesResponse.Builder emailAddresses​(Collection<EmailAddressMetadata> emailAddresses)

        List of email addresses matching SearchFilter and SearchCriteria

        Parameters:
        emailAddresses - List of email addresses matching SearchFilter and SearchCriteria
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • emailAddresses

        SearchEmailAddressesResponse.Builder emailAddresses​(EmailAddressMetadata... emailAddresses)

        List of email addresses matching SearchFilter and SearchCriteria

        Parameters:
        emailAddresses - List of email addresses matching SearchFilter and SearchCriteria
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • approximateTotalCount

        SearchEmailAddressesResponse.Builder approximateTotalCount​(Long approximateTotalCount)

        The total number of email addresses which matched your search query.

        Parameters:
        approximateTotalCount - The total number of email addresses which matched your search query.
        Returns:
        Returns a reference to this object so that method calls can be chained together.