Interface PutKeyRequestListItem.Builder

    • Method Detail

      • key

        PutKeyRequestListItem.Builder key​(String key)

        The key of the key value pair list item to put.

        Parameters:
        key - The key of the key value pair list item to put.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • value

        PutKeyRequestListItem.Builder value​(String value)

        The value for the key value pair to put.

        Parameters:
        value - The value for the key value pair to put.
        Returns:
        Returns a reference to this object so that method calls can be chained together.