Interface AggregatedUtterancesFilter.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<AggregatedUtterancesFilter.Builder,AggregatedUtterancesFilter>,SdkBuilder<AggregatedUtterancesFilter.Builder,AggregatedUtterancesFilter>,SdkPojo
- Enclosing class:
- AggregatedUtterancesFilter
public static interface AggregatedUtterancesFilter.Builder extends SdkPojo, CopyableBuilder<AggregatedUtterancesFilter.Builder,AggregatedUtterancesFilter>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AggregatedUtterancesFilter.Buildername(String name)The name of the field to filter the utterance list.AggregatedUtterancesFilter.Buildername(AggregatedUtterancesFilterName name)The name of the field to filter the utterance list.AggregatedUtterancesFilter.Builderoperator(String operator)The operator to use for the filter.AggregatedUtterancesFilter.Builderoperator(AggregatedUtterancesFilterOperator operator)The operator to use for the filter.AggregatedUtterancesFilter.Buildervalues(String... values)The value to use for filtering the list of bots.AggregatedUtterancesFilter.Buildervalues(Collection<String> values)The value to use for filtering the list of bots.-
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
AggregatedUtterancesFilter.Builder name(String name)
The name of the field to filter the utterance list.
- Parameters:
name- The name of the field to filter the utterance list.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
AggregatedUtterancesFilterName,AggregatedUtterancesFilterName
-
name
AggregatedUtterancesFilter.Builder name(AggregatedUtterancesFilterName name)
The name of the field to filter the utterance list.
- Parameters:
name- The name of the field to filter the utterance list.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
AggregatedUtterancesFilterName,AggregatedUtterancesFilterName
-
values
AggregatedUtterancesFilter.Builder values(Collection<String> values)
The value to use for filtering the list of bots.
- Parameters:
values- The value to use for filtering the list of bots.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
values
AggregatedUtterancesFilter.Builder values(String... values)
The value to use for filtering the list of bots.
- Parameters:
values- The value to use for filtering the list of bots.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
operator
AggregatedUtterancesFilter.Builder operator(String operator)
The operator to use for the filter. Specify
EQwhen theListAggregatedUtterancesoperation should return only utterances that equal the specified value. SpecifyCOwhen theListAggregatedUtterancesoperation should return utterances that contain the specified value.- Parameters:
operator- The operator to use for the filter. SpecifyEQwhen theListAggregatedUtterancesoperation should return only utterances that equal the specified value. SpecifyCOwhen theListAggregatedUtterancesoperation should return utterances that contain the specified value.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
AggregatedUtterancesFilterOperator,AggregatedUtterancesFilterOperator
-
operator
AggregatedUtterancesFilter.Builder operator(AggregatedUtterancesFilterOperator operator)
The operator to use for the filter. Specify
EQwhen theListAggregatedUtterancesoperation should return only utterances that equal the specified value. SpecifyCOwhen theListAggregatedUtterancesoperation should return utterances that contain the specified value.- Parameters:
operator- The operator to use for the filter. SpecifyEQwhen theListAggregatedUtterancesoperation should return only utterances that equal the specified value. SpecifyCOwhen theListAggregatedUtterancesoperation should return utterances that contain the specified value.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
AggregatedUtterancesFilterOperator,AggregatedUtterancesFilterOperator
-
-