Interface ListAddonsResponse.Builder

    • Method Detail

      • addons

        ListAddonsResponse.Builder addons​(Collection<String> addons)

        A list of installed add-ons.

        Parameters:
        addons - A list of installed add-ons.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • addons

        ListAddonsResponse.Builder addons​(String... addons)

        A list of installed add-ons.

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

        ListAddonsResponse.Builder nextToken​(String nextToken)

        The nextToken value to include in a future ListAddons request. When the results of a ListAddons request exceed maxResults, you can use this value to retrieve the next page of results. This value is null when there are no more results to return.

        This token should be treated as an opaque identifier that is used only to retrieve the next items in a list and not for other programmatic purposes.

        Parameters:
        nextToken - The nextToken value to include in a future ListAddons request. When the results of a ListAddons request exceed maxResults, you can use this value to retrieve the next page of results. This value is null when there are no more results to return.

        This token should be treated as an opaque identifier that is used only to retrieve the next items in a list and not for other programmatic purposes.

        Returns:
        Returns a reference to this object so that method calls can be chained together.