public static interface TranscriptFilter.Builder extends SdkPojo, CopyableBuilder<TranscriptFilter.Builder,TranscriptFilter>
| Modifier and Type | Method and Description |
|---|---|
default TranscriptFilter.Builder |
lexTranscriptFilter(Consumer<LexTranscriptFilter.Builder> lexTranscriptFilter)
The object representing the filter that Amazon Lex will use to select the appropriate transcript when the
transcript format is the Amazon Lex format.
|
TranscriptFilter.Builder |
lexTranscriptFilter(LexTranscriptFilter lexTranscriptFilter)
The object representing the filter that Amazon Lex will use to select the appropriate transcript when the
transcript format is the Amazon Lex format.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildTranscriptFilter.Builder lexTranscriptFilter(LexTranscriptFilter lexTranscriptFilter)
The object representing the filter that Amazon Lex will use to select the appropriate transcript when the transcript format is the Amazon Lex format.
lexTranscriptFilter - The object representing the filter that Amazon Lex will use to select the appropriate transcript when
the transcript format is the Amazon Lex format.default TranscriptFilter.Builder lexTranscriptFilter(Consumer<LexTranscriptFilter.Builder> lexTranscriptFilter)
The object representing the filter that Amazon Lex will use to select the appropriate transcript when the transcript format is the Amazon Lex format.
This is a convenience that creates an instance of theLexTranscriptFilter.Builder avoiding the need
to create one manually via LexTranscriptFilter.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to lexTranscriptFilter(LexTranscriptFilter).lexTranscriptFilter - a consumer that will call methods on LexTranscriptFilter.BuilderlexTranscriptFilter(LexTranscriptFilter)Copyright © 2022. All rights reserved.