Class ArchiveDataStorageInfo.ArchiveDataStorageInfoBuilder
java.lang.Object
ch.admin.bit.jeap.processarchive.domain.archive.ArchiveDataStorageInfo.ArchiveDataStorageInfoBuilder
- Enclosing class:
ArchiveDataStorageInfo
-
Method Summary
Modifier and TypeMethodDescriptionName of the bucket in which the archive data has been storedbuild()The key (prefix + name) under which the archive data has been storedThe name part of the key (without the prefix) under which the archive data has been storedtoString()The version id under which the archive data has been stored.
-
Method Details
-
bucket
Name of the bucket in which the archive data has been stored- Returns:
this.
-
key
The key (prefix + name) under which the archive data has been stored- Returns:
this.
-
name
The name part of the key (without the prefix) under which the archive data has been stored- Returns:
this.
-
versionId
public ArchiveDataStorageInfo.ArchiveDataStorageInfoBuilder versionId(@NonNull @NonNull String versionId) The version id under which the archive data has been stored.- Returns:
this.
-
build
-
toString
-