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