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