Uses of Interface
software.amazon.awssdk.services.lexmodelsv2.model.PathFormat.Builder
-
Packages that use PathFormat.Builder Package Description software.amazon.awssdk.services.lexmodelsv2.model -
-
Uses of PathFormat.Builder in software.amazon.awssdk.services.lexmodelsv2.model
Methods in software.amazon.awssdk.services.lexmodelsv2.model that return PathFormat.Builder Modifier and Type Method Description static PathFormat.BuilderPathFormat. builder()PathFormat.BuilderPathFormat.Builder. objectPrefixes(String... objectPrefixes)A list of Amazon S3 prefixes that points to sub-folders in the Amazon S3 bucket.PathFormat.BuilderPathFormat.Builder. objectPrefixes(Collection<String> objectPrefixes)A list of Amazon S3 prefixes that points to sub-folders in the Amazon S3 bucket.PathFormat.BuilderPathFormat. toBuilder()Methods in software.amazon.awssdk.services.lexmodelsv2.model that return types with arguments of type PathFormat.Builder Modifier and Type Method Description static Class<? extends PathFormat.Builder>PathFormat. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.lexmodelsv2.model with type arguments of type PathFormat.Builder Modifier and Type Method Description default S3BucketTranscriptSource.BuilderS3BucketTranscriptSource.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.
-