public static interface PathFormat.Builder extends SdkPojo, CopyableBuilder<PathFormat.Builder,PathFormat>
| Modifier and Type | Method and Description |
|---|---|
PathFormat.Builder |
objectPrefixes(Collection<String> objectPrefixes)
A list of Amazon S3 prefixes that points to sub-folders in the Amazon S3 bucket.
|
PathFormat.Builder |
objectPrefixes(String... objectPrefixes)
A list of Amazon S3 prefixes that points to sub-folders in the Amazon S3 bucket.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildPathFormat.Builder objectPrefixes(Collection<String> objectPrefixes)
A list of Amazon S3 prefixes that points to sub-folders in the Amazon S3 bucket. Specify this list if you only want Lex to read the files under this set of sub-folders.
objectPrefixes - A list of Amazon S3 prefixes that points to sub-folders in the Amazon S3 bucket. Specify this list if
you only want Lex to read the files under this set of sub-folders.PathFormat.Builder objectPrefixes(String... objectPrefixes)
A list of Amazon S3 prefixes that points to sub-folders in the Amazon S3 bucket. Specify this list if you only want Lex to read the files under this set of sub-folders.
objectPrefixes - A list of Amazon S3 prefixes that points to sub-folders in the Amazon S3 bucket. Specify this list if
you only want Lex to read the files under this set of sub-folders.Copyright © 2022. All rights reserved.