static S3BucketTranscriptSource.Builder |
S3BucketTranscriptSource.builder() |
|
S3BucketTranscriptSource.Builder |
S3BucketTranscriptSource.Builder.kmsKeyArn(String kmsKeyArn) |
The ARN of the KMS key that customer use to encrypt their Amazon S3 bucket.
|
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.
|
S3BucketTranscriptSource.Builder |
S3BucketTranscriptSource.Builder.pathFormat(PathFormat pathFormat) |
The object that contains a path format that will be applied when Amazon Lex reads the transcript file in the
bucket you provide.
|
S3BucketTranscriptSource.Builder |
S3BucketTranscriptSource.Builder.s3BucketName(String s3BucketName) |
The name of the bucket containing the transcript and the associated metadata.
|
S3BucketTranscriptSource.Builder |
S3BucketTranscriptSource.toBuilder() |
|
default S3BucketTranscriptSource.Builder |
S3BucketTranscriptSource.Builder.transcriptFilter(Consumer<TranscriptFilter.Builder> transcriptFilter) |
The object that contains the filter which will be applied when Amazon Lex reads through the Amazon S3 bucket.
|
S3BucketTranscriptSource.Builder |
S3BucketTranscriptSource.Builder.transcriptFilter(TranscriptFilter transcriptFilter) |
The object that contains the filter which will be applied when Amazon Lex reads through the Amazon S3 bucket.
|
S3BucketTranscriptSource.Builder |
S3BucketTranscriptSource.Builder.transcriptFormat(String transcriptFormat) |
The format of the transcript content.
|
S3BucketTranscriptSource.Builder |
S3BucketTranscriptSource.Builder.transcriptFormat(TranscriptFormat transcriptFormat) |
The format of the transcript content.
|