Interface ListExtensionsResponse.Builder

    • Method Detail

      • items

        ListExtensionsResponse.Builder items​(Collection<ExtensionSummary> items)

        The list of available extensions. The list includes Amazon Web Services authored and user-created extensions.

        Parameters:
        items - The list of available extensions. The list includes Amazon Web Services authored and user-created extensions.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • items

        ListExtensionsResponse.Builder items​(ExtensionSummary... items)

        The list of available extensions. The list includes Amazon Web Services authored and user-created extensions.

        Parameters:
        items - The list of available extensions. The list includes Amazon Web Services authored and user-created extensions.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        ListExtensionsResponse.Builder nextToken​(String nextToken)

        The token for the next set of items to return. Use this token to get the next set of results.

        Parameters:
        nextToken - The token for the next set of items to return. Use this token to get the next set of results.
        Returns:
        Returns a reference to this object so that method calls can be chained together.