Interface ListEnabledProductsForImportResponse.Builder

    • Method Detail

      • productSubscriptions

        ListEnabledProductsForImportResponse.Builder productSubscriptions​(Collection<String> productSubscriptions)

        The list of ARNs for the resources that represent your subscriptions to products.

        Parameters:
        productSubscriptions - The list of ARNs for the resources that represent your subscriptions to products.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • productSubscriptions

        ListEnabledProductsForImportResponse.Builder productSubscriptions​(String... productSubscriptions)

        The list of ARNs for the resources that represent your subscriptions to products.

        Parameters:
        productSubscriptions - The list of ARNs for the resources that represent your subscriptions to products.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        ListEnabledProductsForImportResponse.Builder nextToken​(String nextToken)

        The pagination token to use to request the next page of results.

        Parameters:
        nextToken - The pagination token to use to request the next page of results.
        Returns:
        Returns a reference to this object so that method calls can be chained together.