static PrefixConfig.Builder |
PrefixConfig.builder() |
|
PrefixConfig.Builder |
PrefixConfig.Builder.pathPrefixHierarchy(Collection<PathPrefix> pathPrefixHierarchy) |
Specifies whether the destination file path includes either or both of the following elements:
|
PrefixConfig.Builder |
PrefixConfig.Builder.pathPrefixHierarchy(PathPrefix... pathPrefixHierarchy) |
Specifies whether the destination file path includes either or both of the following elements:
|
PrefixConfig.Builder |
PrefixConfig.Builder.pathPrefixHierarchyWithStrings(String... pathPrefixHierarchy) |
Specifies whether the destination file path includes either or both of the following elements:
|
PrefixConfig.Builder |
PrefixConfig.Builder.pathPrefixHierarchyWithStrings(Collection<String> pathPrefixHierarchy) |
Specifies whether the destination file path includes either or both of the following elements:
|
PrefixConfig.Builder |
PrefixConfig.Builder.prefixFormat(String prefixFormat) |
Determines the level of granularity for the date and time that's included in the prefix.
|
PrefixConfig.Builder |
PrefixConfig.Builder.prefixFormat(PrefixFormat prefixFormat) |
Determines the level of granularity for the date and time that's included in the prefix.
|
PrefixConfig.Builder |
PrefixConfig.Builder.prefixType(String prefixType) |
Determines the format of the prefix, and whether it applies to the file name, file path, or both.
|
PrefixConfig.Builder |
PrefixConfig.Builder.prefixType(PrefixType prefixType) |
Determines the format of the prefix, and whether it applies to the file name, file path, or both.
|
PrefixConfig.Builder |
PrefixConfig.toBuilder() |
|