Interface PutKeyRequestListItem.Builder

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

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

    • 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

      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.