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