Interface ListKeysResponseListItem.Builder

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

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

    • key

      The key of the key value pair.

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

      The value of the key value pair.

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