Interface Sort.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<Sort.Builder,Sort>,SdkBuilder<Sort.Builder,Sort>,SdkPojo
- Enclosing class:
- Sort
public static interface Sort.Builder extends SdkPojo, CopyableBuilder<Sort.Builder,Sort>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Sort.BuilderfieldId(String fieldId)Unique identifier of a field.Sort.BuildersortOrder(String sortOrder)A structured set of sort termsSort.BuildersortOrder(Order sortOrder)A structured set of sort terms-
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
-
fieldId
Sort.Builder fieldId(String fieldId)
Unique identifier of a field.
- Parameters:
fieldId- Unique identifier of a field.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
sortOrder
Sort.Builder sortOrder(String sortOrder)
A structured set of sort terms
-
sortOrder
Sort.Builder sortOrder(Order sortOrder)
A structured set of sort terms
-
-