| Package | Description |
|---|---|
| software.amazon.awssdk.services.lexmodelsv2.model |
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends S3BucketTranscriptSource.Builder> |
S3BucketTranscriptSource.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default TranscriptSourceSetting.Builder |
TranscriptSourceSetting.Builder.s3BucketTranscriptSource(Consumer<S3BucketTranscriptSource.Builder> s3BucketTranscriptSource)
Indicates the setting of the Amazon S3 bucket where the transcript is stored.
|
Copyright © 2023. All rights reserved.