Interface RecentCaseCommunications.Builder

    • Method Detail

      • communications

        RecentCaseCommunications.Builder communications​(Collection<Communication> communications)

        The five most recent communications associated with the case.

        Parameters:
        communications - The five most recent communications associated with the case.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • communications

        RecentCaseCommunications.Builder communications​(Communication... communications)

        The five most recent communications associated with the case.

        Parameters:
        communications - The five most recent communications associated with the case.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        RecentCaseCommunications.Builder nextToken​(String nextToken)

        A resumption point for pagination.

        Parameters:
        nextToken - A resumption point for pagination.
        Returns:
        Returns a reference to this object so that method calls can be chained together.