| Package | Description |
|---|---|
| software.amazon.awssdk.services.appflow.model |
| Modifier and Type | Method and Description |
|---|---|
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(Collection<String> 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.prefixFormat(PrefixFormat prefixFormat)
Determines the level of granularity for the date and time that's included in the prefix.
|
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.prefixType(PrefixType prefixType)
Determines the format of the prefix, and whether it applies to the file name, file path, or both.
|
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.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends PrefixConfig.Builder> |
PrefixConfig.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default UpsolverS3OutputFormatConfig.Builder |
UpsolverS3OutputFormatConfig.Builder.prefixConfig(Consumer<PrefixConfig.Builder> prefixConfig)
Sets the value of the PrefixConfig property for this object.
|
default S3OutputFormatConfig.Builder |
S3OutputFormatConfig.Builder.prefixConfig(Consumer<PrefixConfig.Builder> prefixConfig)
Determines the prefix that Amazon AppFlow applies to the folder name in the Amazon S3 bucket.
|
Copyright © 2022. All rights reserved.