Interface UtteranceDataSortBy.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<UtteranceDataSortBy.Builder,UtteranceDataSortBy>,SdkBuilder<UtteranceDataSortBy.Builder,UtteranceDataSortBy>,SdkPojo
- Enclosing class:
- UtteranceDataSortBy
public static interface UtteranceDataSortBy.Builder extends SdkPojo, CopyableBuilder<UtteranceDataSortBy.Builder,UtteranceDataSortBy>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description UtteranceDataSortBy.Buildername(String name)The measure by which to sort the utterance analytics data.UtteranceDataSortBy.Buildername(AnalyticsUtteranceSortByName name)The measure by which to sort the utterance analytics data.UtteranceDataSortBy.Builderorder(String order)Specifies whether to sort the results in ascending or descending order.UtteranceDataSortBy.Builderorder(AnalyticsSortOrder order)Specifies whether to sort the results 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
-
name
UtteranceDataSortBy.Builder name(String name)
The measure by which to sort the utterance analytics data.
-
Count– The number of utterances. -
UtteranceTimestamp– The date and time of the utterance.
- Parameters:
name- The measure by which to sort the utterance analytics data.-
Count– The number of utterances. -
UtteranceTimestamp– The date and time of the utterance.
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
AnalyticsUtteranceSortByName,AnalyticsUtteranceSortByName
-
-
name
UtteranceDataSortBy.Builder name(AnalyticsUtteranceSortByName name)
The measure by which to sort the utterance analytics data.
-
Count– The number of utterances. -
UtteranceTimestamp– The date and time of the utterance.
- Parameters:
name- The measure by which to sort the utterance analytics data.-
Count– The number of utterances. -
UtteranceTimestamp– The date and time of the utterance.
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
AnalyticsUtteranceSortByName,AnalyticsUtteranceSortByName
-
-
order
UtteranceDataSortBy.Builder order(String order)
Specifies whether to sort the results in ascending or descending order.
- Parameters:
order- Specifies whether to sort the results in ascending or descending order.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
AnalyticsSortOrder,AnalyticsSortOrder
-
order
UtteranceDataSortBy.Builder order(AnalyticsSortOrder order)
Specifies whether to sort the results in ascending or descending order.
- Parameters:
order- Specifies whether to sort the results in ascending or descending order.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
AnalyticsSortOrder,AnalyticsSortOrder
-
-