public static interface PrefixConfig.Builder extends SdkPojo, CopyableBuilder<PrefixConfig.Builder,PrefixConfig>
Modifier and Type | Method and Description |
---|---|
PrefixConfig.Builder |
prefixFormat(PrefixFormat prefixFormat)
Determines the format of the prefix, and whether it applies to the file name, file path, or both.
|
PrefixConfig.Builder |
prefixFormat(String prefixFormat)
Determines the format of the prefix, and whether it applies to the file name, file path, or both.
|
PrefixConfig.Builder |
prefixType(PrefixType prefixType)
Determines the level of granularity that's included in the prefix.
|
PrefixConfig.Builder |
prefixType(String prefixType)
Determines the level of granularity that's included in the prefix.
|
equalsBySdkFields, sdkFields
copy
applyMutation, build
PrefixConfig.Builder prefixType(String prefixType)
Determines the level of granularity that's included in the prefix.
prefixType
- Determines the level of granularity that's included in the prefix.PrefixType
,
PrefixType
PrefixConfig.Builder prefixType(PrefixType prefixType)
Determines the level of granularity that's included in the prefix.
prefixType
- Determines the level of granularity that's included in the prefix.PrefixType
,
PrefixType
PrefixConfig.Builder prefixFormat(String prefixFormat)
Determines the format of the prefix, and whether it applies to the file name, file path, or both.
prefixFormat
- Determines the format of the prefix, and whether it applies to the file name, file path, or both.PrefixFormat
,
PrefixFormat
PrefixConfig.Builder prefixFormat(PrefixFormat prefixFormat)
Determines the format of the prefix, and whether it applies to the file name, file path, or both.
prefixFormat
- Determines the format of the prefix, and whether it applies to the file name, file path, or both.PrefixFormat
,
PrefixFormat
Copyright © 2021 Amazon Web Services, Inc. All Rights Reserved.