Interface SortDefinition.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<SortDefinition.Builder,SortDefinition>,SdkBuilder<SortDefinition.Builder,SortDefinition>,SdkPojo
- Enclosing class:
- SortDefinition
public static interface SortDefinition.Builder extends SdkPojo, CopyableBuilder<SortDefinition.Builder,SortDefinition>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SortDefinition.Builderkey(String key)The key that's used to sort the data.SortDefinition.BuildersortOrder(String sortOrder)The order that's used to sort the data.SortDefinition.BuildersortOrder(SortOrder sortOrder)The order that's used to sort the data.-
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
-
key
SortDefinition.Builder key(String key)
The key that's used to sort the data.
- Parameters:
key- The key that's used to sort the data.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
sortOrder
SortDefinition.Builder sortOrder(String sortOrder)
The order that's used to sort the data.
-
sortOrder
SortDefinition.Builder sortOrder(SortOrder sortOrder)
The order that's used to sort the data.
-
-