Interface ListEventSubscriptionsResponse.Builder

    • Method Detail

      • subscriptions

        ListEventSubscriptionsResponse.Builder subscriptions​(Collection<Subscription> subscriptions)

        Details of the returned event subscriptions.

        Parameters:
        subscriptions - Details of the returned event subscriptions.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • subscriptions

        ListEventSubscriptionsResponse.Builder subscriptions​(Subscription... subscriptions)

        Details of the returned event subscriptions.

        Parameters:
        subscriptions - Details of the returned event subscriptions.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        ListEventSubscriptionsResponse.Builder nextToken​(String nextToken)

        When a response is generated, if there is more data to be listed, this parameter is present in the response and contains the value to use for the nextToken parameter in a subsequent pagination request. If there is no more data to be listed, this parameter is set to null.

        Parameters:
        nextToken - When a response is generated, if there is more data to be listed, this parameter is present in the response and contains the value to use for the nextToken parameter in a subsequent pagination request. If there is no more data to be listed, this parameter is set to null.
        Returns:
        Returns a reference to this object so that method calls can be chained together.