Interface ListNotificationsResponse.Builder

    • Method Detail

      • notifications

        ListNotificationsResponse.Builder notifications​(Collection<Notification> notifications)

        The returned list of notifications.

        Parameters:
        notifications - The returned list of notifications.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • notifications

        ListNotificationsResponse.Builder notifications​(Notification... notifications)

        The returned list of notifications.

        Parameters:
        notifications - The returned list of notifications.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        ListNotificationsResponse.Builder nextToken​(String nextToken)

        The pagination token that's used to fetch the next set of results.

        Parameters:
        nextToken - The pagination token that's used to fetch the next set of results.
        Returns:
        Returns a reference to this object so that method calls can be chained together.