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