public static interface PrefixConfig.Builder extends SdkPojo, CopyableBuilder<PrefixConfig.Builder,PrefixConfig>
| Modifier and Type | Method and Description |
|---|---|
PrefixConfig.Builder |
prefixFormat(PrefixFormat prefixFormat)
Determines the level of granularity that's included in the prefix.
|
PrefixConfig.Builder |
prefixFormat(String prefixFormat)
Determines the level of granularity that's included in the prefix.
|
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 |
prefixType(String prefixType)
Determines the format of the prefix, and whether it applies to the file name, file path, or both.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildPrefixConfig.Builder prefixType(String prefixType)
Determines the format of the prefix, and whether it applies to the file name, file path, or both.
prefixType - Determines the format of the prefix, and whether it applies to the file name, file path, or both.PrefixType,
PrefixTypePrefixConfig.Builder prefixType(PrefixType prefixType)
Determines the format of the prefix, and whether it applies to the file name, file path, or both.
prefixType - Determines the format of the prefix, and whether it applies to the file name, file path, or both.PrefixType,
PrefixTypePrefixConfig.Builder prefixFormat(String prefixFormat)
Determines the level of granularity that's included in the prefix.
prefixFormat - Determines the level of granularity that's included in the prefix.PrefixFormat,
PrefixFormatPrefixConfig.Builder prefixFormat(PrefixFormat prefixFormat)
Determines the level of granularity that's included in the prefix.
prefixFormat - Determines the level of granularity that's included in the prefix.PrefixFormat,
PrefixFormatCopyright © 2021. All rights reserved.