Interface BotSortBy.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<BotSortBy.Builder,BotSortBy>,SdkBuilder<BotSortBy.Builder,BotSortBy>,SdkPojo
- Enclosing class:
- BotSortBy
public static interface BotSortBy.Builder extends SdkPojo, CopyableBuilder<BotSortBy.Builder,BotSortBy>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description BotSortBy.Builderattribute(String attribute)The attribute to use to sort the list of bots.BotSortBy.Builderattribute(BotSortAttribute attribute)The attribute to use to sort the list of bots.BotSortBy.Builderorder(String order)The order to sort the list.BotSortBy.Builderorder(SortOrder order)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, sdkFields
-
-
-
-
Method Detail
-
attribute
BotSortBy.Builder attribute(String 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:
BotSortAttribute,BotSortAttribute
-
attribute
BotSortBy.Builder attribute(BotSortAttribute 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:
BotSortAttribute,BotSortAttribute
-
order
BotSortBy.Builder order(String order)
The order to sort the list. You can choose ascending or descending.
-
order
BotSortBy.Builder order(SortOrder order)
The order to sort the list. You can choose ascending or descending.
-
-