Interface BotVersionSortBy.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<BotVersionSortBy.Builder,BotVersionSortBy>,SdkBuilder<BotVersionSortBy.Builder,BotVersionSortBy>,SdkPojo
- Enclosing class:
- BotVersionSortBy
public static interface BotVersionSortBy.Builder extends SdkPojo, CopyableBuilder<BotVersionSortBy.Builder,BotVersionSortBy>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description BotVersionSortBy.Builderattribute(String attribute)The attribute to use to sort the list of versions.BotVersionSortBy.Builderattribute(BotVersionSortAttribute attribute)The attribute to use to sort the list of versions.BotVersionSortBy.Builderorder(String order)The order to sort the list.BotVersionSortBy.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
BotVersionSortBy.Builder attribute(String attribute)
The attribute to use to sort the list of versions.
- Parameters:
attribute- The attribute to use to sort the list of versions.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
BotVersionSortAttribute,BotVersionSortAttribute
-
attribute
BotVersionSortBy.Builder attribute(BotVersionSortAttribute attribute)
The attribute to use to sort the list of versions.
- Parameters:
attribute- The attribute to use to sort the list of versions.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
BotVersionSortAttribute,BotVersionSortAttribute
-
order
BotVersionSortBy.Builder order(String order)
The order to sort the list. You can specify ascending or descending order.
-
order
BotVersionSortBy.Builder order(SortOrder order)
The order to sort the list. You can specify ascending or descending order.
-
-