Interface KeyValueStoreList.Builder

All Superinterfaces:
Buildable, CopyableBuilder<KeyValueStoreList.Builder,KeyValueStoreList>, SdkBuilder<KeyValueStoreList.Builder,KeyValueStoreList>, SdkPojo
Enclosing class:
KeyValueStoreList

public static interface KeyValueStoreList.Builder extends SdkPojo, CopyableBuilder<KeyValueStoreList.Builder,KeyValueStoreList>
  • Method Details

    • 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

      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

      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

      The items of the key value store list.

      This is a convenience method that creates an instance of the KeyValueStore.Builder avoiding the need to create one manually via KeyValueStore.builder().

      When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to items(List<KeyValueStore>).

      Parameters:
      items - a consumer that will call methods on KeyValueStore.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also: