public static interface S3BucketTranscriptSource.Builder extends SdkPojo, CopyableBuilder<S3BucketTranscriptSource.Builder,S3BucketTranscriptSource>
| Modifier and Type | Method and Description |
|---|---|
S3BucketTranscriptSource.Builder |
kmsKeyArn(String kmsKeyArn)
The ARN of the KMS key that customer use to encrypt their Amazon S3 bucket.
|
default 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 |
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 |
s3BucketName(String s3BucketName)
The name of the bucket containing the transcript and the associated metadata.
|
default 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 |
transcriptFilter(TranscriptFilter transcriptFilter)
The object that contains the filter which will be applied when Amazon Lex reads through the Amazon S3 bucket.
|
S3BucketTranscriptSource.Builder |
transcriptFormat(String transcriptFormat)
The format of the transcript content.
|
S3BucketTranscriptSource.Builder |
transcriptFormat(TranscriptFormat transcriptFormat)
The format of the transcript content.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildS3BucketTranscriptSource.Builder s3BucketName(String s3BucketName)
The name of the bucket containing the transcript and the associated metadata.
s3BucketName - The name of the bucket containing the transcript and the associated metadata.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. Specify this object if you only want Lex to read a subset of files in your Amazon S3 bucket.
pathFormat - The object that contains a path format that will be applied when Amazon Lex reads the transcript file
in the bucket you provide. Specify this object if you only want Lex to read a subset of files in your
Amazon S3 bucket.default 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. Specify this object if you only want Lex to read a subset of files in your Amazon S3 bucket.
This is a convenience method that creates an instance of thePathFormat.Builder avoiding the need to
create one manually via PathFormat.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result
is passed to pathFormat(PathFormat).
pathFormat - a consumer that will call methods on PathFormat.BuilderpathFormat(PathFormat)S3BucketTranscriptSource.Builder transcriptFormat(String transcriptFormat)
The format of the transcript content. Currently, Genie only supports the Amazon Lex transcript format.
transcriptFormat - The format of the transcript content. Currently, Genie only supports the Amazon Lex transcript format.TranscriptFormat,
TranscriptFormatS3BucketTranscriptSource.Builder transcriptFormat(TranscriptFormat transcriptFormat)
The format of the transcript content. Currently, Genie only supports the Amazon Lex transcript format.
transcriptFormat - The format of the transcript content. Currently, Genie only supports the Amazon Lex transcript format.TranscriptFormat,
TranscriptFormatS3BucketTranscriptSource.Builder transcriptFilter(TranscriptFilter transcriptFilter)
The object that contains the filter which will be applied when Amazon Lex reads through the Amazon S3 bucket. Specify this object if you want Amazon Lex to read only a subset of the Amazon S3 bucket based on the filter you provide.
transcriptFilter - The object that contains the filter which will be applied when Amazon Lex reads through the Amazon S3
bucket. Specify this object if you want Amazon Lex to read only a subset of the Amazon S3 bucket based
on the filter you provide.default 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. Specify this object if you want Amazon Lex to read only a subset of the Amazon S3 bucket based on the filter you provide.
This is a convenience method that creates an instance of theTranscriptFilter.Builder avoiding the
need to create one manually via TranscriptFilter.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to transcriptFilter(TranscriptFilter).
transcriptFilter - a consumer that will call methods on TranscriptFilter.BuildertranscriptFilter(TranscriptFilter)S3BucketTranscriptSource.Builder kmsKeyArn(String kmsKeyArn)
The ARN of the KMS key that customer use to encrypt their Amazon S3 bucket. Only use this field if your bucket is encrypted using a customer managed KMS key.
kmsKeyArn - The ARN of the KMS key that customer use to encrypt their Amazon S3 bucket. Only use this field if
your bucket is encrypted using a customer managed KMS key.Copyright © 2022. All rights reserved.