Interface ListCatalogItemsResponse.Builder

    • Method Detail

      • catalogItems

        ListCatalogItemsResponse.Builder catalogItems​(Collection<CatalogItem> catalogItems)

        Information about the catalog items.

        Parameters:
        catalogItems - Information about the catalog items.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • catalogItems

        ListCatalogItemsResponse.Builder catalogItems​(CatalogItem... catalogItems)

        Information about the catalog items.

        Parameters:
        catalogItems - Information about the catalog items.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        ListCatalogItemsResponse.Builder nextToken​(String nextToken)
        Sets the value of the NextToken property for this object.
        Parameters:
        nextToken - The new value for the NextToken property for this object.
        Returns:
        Returns a reference to this object so that method calls can be chained together.