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