Interface TranscriptFilter.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<TranscriptFilter.Builder,TranscriptFilter>,SdkBuilder<TranscriptFilter.Builder,TranscriptFilter>,SdkPojo
- Enclosing class:
- TranscriptFilter
public static interface TranscriptFilter.Builder extends SdkPojo, CopyableBuilder<TranscriptFilter.Builder,TranscriptFilter>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default TranscriptFilter.BuilderlexTranscriptFilter(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.BuilderlexTranscriptFilter(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.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
lexTranscriptFilter
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.
- Parameters:
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
lexTranscriptFilter
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 method that creates an instance of theLexTranscriptFilter.Builderavoiding the need to create one manually viaLexTranscriptFilter.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tolexTranscriptFilter(LexTranscriptFilter).- Parameters:
lexTranscriptFilter- a consumer that will call methods onLexTranscriptFilter.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
lexTranscriptFilter(LexTranscriptFilter)
-
-