public static interface LexTranscriptFilter.Builder extends SdkPojo, CopyableBuilder<LexTranscriptFilter.Builder,LexTranscriptFilter>
| Modifier and Type | Method and Description |
|---|---|
default LexTranscriptFilter.Builder |
dateRangeFilter(Consumer<DateRangeFilter.Builder> dateRangeFilter)
The object that contains a date range filter that will be applied to the transcript.
|
LexTranscriptFilter.Builder |
dateRangeFilter(DateRangeFilter dateRangeFilter)
The object that contains a date range filter that will be applied to the transcript.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildLexTranscriptFilter.Builder dateRangeFilter(DateRangeFilter dateRangeFilter)
The object that contains a date range filter that will be applied to the transcript. Specify this object if you want Amazon Lex to only read the files that are within the date range.
dateRangeFilter - The object that contains a date range filter that will be applied to the transcript. Specify this
object if you want Amazon Lex to only read the files that are within the date range.default LexTranscriptFilter.Builder dateRangeFilter(Consumer<DateRangeFilter.Builder> dateRangeFilter)
The object that contains a date range filter that will be applied to the transcript. Specify this object if you want Amazon Lex to only read the files that are within the date range.
This is a convenience method that creates an instance of theDateRangeFilter.Builder avoiding the
need to create one manually via DateRangeFilter.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to dateRangeFilter(DateRangeFilter).
dateRangeFilter - a consumer that will call methods on DateRangeFilter.BuilderdateRangeFilter(DateRangeFilter)Copyright © 2022. All rights reserved.