Interface AggregatedUtterancesSortBy.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<AggregatedUtterancesSortBy.Builder,,- AggregatedUtterancesSortBy> - SdkBuilder<AggregatedUtterancesSortBy.Builder,,- AggregatedUtterancesSortBy> - SdkPojo
- Enclosing class:
- AggregatedUtterancesSortBy
@Mutable
@NotThreadSafe
public static interface AggregatedUtterancesSortBy.Builder
extends SdkPojo, CopyableBuilder<AggregatedUtterancesSortBy.Builder,AggregatedUtterancesSortBy> 
- 
Method SummaryModifier and TypeMethodDescriptionThe utterance attribute to sort by.attribute(AggregatedUtterancesSortAttribute attribute) The utterance attribute to sort by.Specifies whether to sort the aggregated utterances in ascending or descending order.Specifies whether to sort the aggregated utterances in ascending or descending order.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
attributeThe 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:
 
- 
attributeThe 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:
 
- 
orderSpecifies whether to sort the aggregated utterances in ascending or descending order. - Parameters:
- order- Specifies whether to sort the aggregated utterances in ascending or descending order.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
orderSpecifies whether to sort the aggregated utterances in ascending or descending order. - Parameters:
- order- Specifies whether to sort the aggregated utterances in ascending or descending order.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
 
-