Interface BotLocaleSortBy.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<BotLocaleSortBy.Builder,BotLocaleSortBy>,SdkBuilder<BotLocaleSortBy.Builder,BotLocaleSortBy>,SdkPojo
- Enclosing class:
- BotLocaleSortBy
public static interface BotLocaleSortBy.Builder extends SdkPojo, CopyableBuilder<BotLocaleSortBy.Builder,BotLocaleSortBy>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description BotLocaleSortBy.Builderattribute(String attribute)The bot locale attribute to sort by.BotLocaleSortBy.Builderattribute(BotLocaleSortAttribute attribute)The bot locale attribute to sort by.BotLocaleSortBy.Builderorder(String order)Specifies whether to sort the bot locales in ascending or descending order.BotLocaleSortBy.Builderorder(SortOrder order)Specifies whether to sort the bot locales 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
-
attribute
BotLocaleSortBy.Builder attribute(String attribute)
The bot locale attribute to sort by.
- Parameters:
attribute- The bot locale attribute to sort by.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
BotLocaleSortAttribute,BotLocaleSortAttribute
-
attribute
BotLocaleSortBy.Builder attribute(BotLocaleSortAttribute attribute)
The bot locale attribute to sort by.
- Parameters:
attribute- The bot locale attribute to sort by.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
BotLocaleSortAttribute,BotLocaleSortAttribute
-
order
BotLocaleSortBy.Builder order(String order)
Specifies whether to sort the bot locales in ascending or descending order.
-
order
BotLocaleSortBy.Builder order(SortOrder order)
Specifies whether to sort the bot locales in ascending or descending order.
-
-