Interface BotSortBy.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<BotSortBy.Builder,
,BotSortBy> SdkBuilder<BotSortBy.Builder,
,BotSortBy> SdkPojo
- Enclosing class:
BotSortBy
@Mutable
@NotThreadSafe
public static interface BotSortBy.Builder
extends SdkPojo, CopyableBuilder<BotSortBy.Builder,BotSortBy>
-
Method Summary
Modifier and TypeMethodDescriptionThe attribute to use to sort the list of bots.attribute
(BotSortAttribute attribute) The attribute to use to sort the list of bots.The order to sort the list.The order to sort the list.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, sdkFieldNameToField, sdkFields
-
Method Details
-
attribute
The attribute to use to sort the list of bots.
- Parameters:
attribute
- The attribute to use to sort the list of bots.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
attribute
The attribute to use to sort the list of bots.
- Parameters:
attribute
- The attribute to use to sort the list of bots.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
order
The order to sort the list. You can choose ascending or descending.
- Parameters:
order
- The order to sort the list. You can choose ascending or descending.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
order
The order to sort the list. You can choose ascending or descending.
- Parameters:
order
- The order to sort the list. You can choose ascending or descending.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-