Interface ListLinuxSubscriptionsResponse.Builder

    • Method Detail

      • nextToken

        ListLinuxSubscriptionsResponse.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.
      • subscriptions

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

        An array that contains subscription objects.

        Parameters:
        subscriptions - An array that contains subscription objects.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • subscriptions

        ListLinuxSubscriptionsResponse.Builder subscriptions​(Subscription... subscriptions)

        An array that contains subscription objects.

        Parameters:
        subscriptions - An array that contains subscription objects.
        Returns:
        Returns a reference to this object so that method calls can be chained together.