Interface AggregatedUtterancesSortBy.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<AggregatedUtterancesSortBy.Builder,AggregatedUtterancesSortBy>,SdkBuilder<AggregatedUtterancesSortBy.Builder,AggregatedUtterancesSortBy>,SdkPojo
- Enclosing class:
- AggregatedUtterancesSortBy
public static interface AggregatedUtterancesSortBy.Builder extends SdkPojo, CopyableBuilder<AggregatedUtterancesSortBy.Builder,AggregatedUtterancesSortBy>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AggregatedUtterancesSortBy.Builderattribute(String attribute)The utterance attribute to sort by.AggregatedUtterancesSortBy.Builderattribute(AggregatedUtterancesSortAttribute attribute)The utterance attribute to sort by.AggregatedUtterancesSortBy.Builderorder(String order)Specifies whether to sort the aggregated utterances in ascending or descending order.AggregatedUtterancesSortBy.Builderorder(SortOrder order)Specifies whether to sort the aggregated utterances in ascending or descending order.-
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
-
attribute
AggregatedUtterancesSortBy.Builder attribute(String attribute)
The utterance attribute to sort by.
- Parameters:
attribute- The utterance attribute to sort by.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
AggregatedUtterancesSortAttribute,AggregatedUtterancesSortAttribute
-
attribute
AggregatedUtterancesSortBy.Builder attribute(AggregatedUtterancesSortAttribute attribute)
The utterance attribute to sort by.
- Parameters:
attribute- The utterance attribute to sort by.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
AggregatedUtterancesSortAttribute,AggregatedUtterancesSortAttribute
-
order
AggregatedUtterancesSortBy.Builder order(String order)
Specifies whether to sort the aggregated utterances in ascending or descending order.
-
order
AggregatedUtterancesSortBy.Builder order(SortOrder order)
Specifies whether to sort the aggregated utterances in ascending or descending order.
-
-