Interface ListProductSubscriptionsResponse.Builder

    • Method Detail

      • nextToken

        ListProductSubscriptionsResponse.Builder nextToken​(String nextToken)

        Token for the next set of results.

        Parameters:
        nextToken - Token for the next set of results.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • productUserSummaries

        ListProductSubscriptionsResponse.Builder productUserSummaries​(Collection<ProductUserSummary> productUserSummaries)

        Metadata that describes the list product subscriptions operation.

        Parameters:
        productUserSummaries - Metadata that describes the list product subscriptions operation.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • productUserSummaries

        ListProductSubscriptionsResponse.Builder productUserSummaries​(ProductUserSummary... productUserSummaries)

        Metadata that describes the list product subscriptions operation.

        Parameters:
        productUserSummaries - Metadata that describes the list product subscriptions operation.
        Returns:
        Returns a reference to this object so that method calls can be chained together.