Interface ListSubscriptionsByTopicResponse.Builder

    • Method Detail

      • subscriptions

        ListSubscriptionsByTopicResponse.Builder subscriptions​(Subscription... subscriptions)

        A list of subscriptions.

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

        ListSubscriptionsByTopicResponse.Builder nextToken​(String nextToken)

        Token to pass along to the next ListSubscriptionsByTopic request. This element is returned if there are more subscriptions to retrieve.

        Parameters:
        nextToken - Token to pass along to the next ListSubscriptionsByTopic request. This element is returned if there are more subscriptions to retrieve.
        Returns:
        Returns a reference to this object so that method calls can be chained together.