Interface DescribeSubscribersForNotificationResponse.Builder

    • Method Detail

      • subscribers

        DescribeSubscribersForNotificationResponse.Builder subscribers​(Collection<Subscriber> subscribers)

        A list of subscribers that are associated with a notification.

        Parameters:
        subscribers - A list of subscribers that are associated with a notification.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • subscribers

        DescribeSubscribersForNotificationResponse.Builder subscribers​(Subscriber... subscribers)

        A list of subscribers that are associated with a notification.

        Parameters:
        subscribers - A list of subscribers that are associated with a notification.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        DescribeSubscribersForNotificationResponse.Builder nextToken​(String nextToken)

        The pagination token in the service response that indicates the next set of results that you can retrieve.

        Parameters:
        nextToken - The pagination token in the service response that indicates the next set of results that you can retrieve.
        Returns:
        Returns a reference to this object so that method calls can be chained together.