Interface Sort.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<Sort.Builder,
,Sort> SdkBuilder<Sort.Builder,
,Sort> SdkPojo
- Enclosing class:
Sort
@Mutable
@NotThreadSafe
public static interface Sort.Builder
extends SdkPojo, CopyableBuilder<Sort.Builder,Sort>
-
Method Summary
Modifier and TypeMethodDescriptionUnique identifier of a field.A structured set of sort termsA structured set of sort termsMethods 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, sdkFieldNameToField, sdkFields
-
Method Details
-
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
A structured set of sort terms
- Parameters:
sortOrder
- A structured set of sort terms- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
sortOrder
A structured set of sort terms
- Parameters:
sortOrder
- A structured set of sort terms- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-