| Package | Description |
|---|---|
| software.amazon.awssdk.services.lexmodelsv2.model |
| Modifier and Type | Method and Description |
|---|---|
static PathFormat.Builder |
PathFormat.builder() |
PathFormat.Builder |
PathFormat.Builder.objectPrefixes(Collection<String> objectPrefixes)
A list of Amazon S3 prefixes that points to sub-folders in the Amazon S3 bucket.
|
PathFormat.Builder |
PathFormat.Builder.objectPrefixes(String... objectPrefixes)
A list of Amazon S3 prefixes that points to sub-folders in the Amazon S3 bucket.
|
PathFormat.Builder |
PathFormat.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends PathFormat.Builder> |
PathFormat.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default S3BucketTranscriptSource.Builder |
S3BucketTranscriptSource.Builder.pathFormat(Consumer<PathFormat.Builder> pathFormat)
The object that contains a path format that will be applied when Amazon Lex reads the transcript file in the
bucket you provide.
|
Copyright © 2023. All rights reserved.