Interface AssociatedTranscriptFilter.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<AssociatedTranscriptFilter.Builder,AssociatedTranscriptFilter>,SdkBuilder<AssociatedTranscriptFilter.Builder,AssociatedTranscriptFilter>,SdkPojo
- Enclosing class:
- AssociatedTranscriptFilter
public static interface AssociatedTranscriptFilter.Builder extends SdkPojo, CopyableBuilder<AssociatedTranscriptFilter.Builder,AssociatedTranscriptFilter>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AssociatedTranscriptFilter.Buildername(String name)The name of the field to use for filtering.AssociatedTranscriptFilter.Buildername(AssociatedTranscriptFilterName name)The name of the field to use for filtering.AssociatedTranscriptFilter.Buildervalues(String... values)The values to use to filter the transcript.AssociatedTranscriptFilter.Buildervalues(Collection<String> values)The values to use to filter the transcript.-
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
-
name
AssociatedTranscriptFilter.Builder name(String name)
The name of the field to use for filtering. The allowed names are IntentId and SlotTypeId.
- Parameters:
name- The name of the field to use for filtering. The allowed names are IntentId and SlotTypeId.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
AssociatedTranscriptFilterName,AssociatedTranscriptFilterName
-
name
AssociatedTranscriptFilter.Builder name(AssociatedTranscriptFilterName name)
The name of the field to use for filtering. The allowed names are IntentId and SlotTypeId.
- Parameters:
name- The name of the field to use for filtering. The allowed names are IntentId and SlotTypeId.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
AssociatedTranscriptFilterName,AssociatedTranscriptFilterName
-
values
AssociatedTranscriptFilter.Builder values(Collection<String> values)
The values to use to filter the transcript.
- Parameters:
values- The values to use to filter the transcript.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
values
AssociatedTranscriptFilter.Builder values(String... values)
The values to use to filter the transcript.
- Parameters:
values- The values to use to filter the transcript.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-