VaultEntryBuilder<T> constructor
Builds a VaultEntryBuilder
key
: The entry keyvalue
: The entry valuecreationTime
: The entry creation time- accessTime: The access time
- updateTime: The update time
Implementation
VaultEntryBuilder(super.key, super.value, super.creationTime);