Interface KeyValueStoreList.Builder

    • Method Detail

      • nextMarker

        KeyValueStoreList.Builder nextMarker​(String nextMarker)

        The next marker associated with the Key Value Store list.

        Parameters:
        nextMarker - The next marker associated with the Key Value Store list.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • maxItems

        KeyValueStoreList.Builder maxItems​(Integer maxItems)

        The maximum number of items in the Key Value Store list.

        Parameters:
        maxItems - The maximum number of items in the Key Value Store list.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • quantity

        KeyValueStoreList.Builder quantity​(Integer quantity)

        The quantity of the Key Value Store list.

        Parameters:
        quantity - The quantity of the Key Value Store list.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • items

        KeyValueStoreList.Builder items​(Collection<KeyValueStore> items)

        The items of the Key Value Store list.

        Parameters:
        items - The items of the Key Value Store list.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • items

        KeyValueStoreList.Builder items​(KeyValueStore... items)

        The items of the Key Value Store list.

        Parameters:
        items - The items of the Key Value Store list.
        Returns:
        Returns a reference to this object so that method calls can be chained together.