Interface SortProperty.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<SortProperty.Builder,,- SortProperty> - SdkBuilder<SortProperty.Builder,,- SortProperty> - SdkPojo
- Enclosing class:
- SortProperty
@Mutable
@NotThreadSafe
public static interface SortProperty.Builder
extends SdkPojo, CopyableBuilder<SortProperty.Builder,SortProperty> 
- 
Method SummaryModifier and TypeMethodDescriptionThe direction of the sort, either ascending or descending.direction(SortDirection direction) The direction of the sort, either ascending or descending.The field to perform the sort on.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
fieldThe field to perform the sort on. - Parameters:
- field- The field to perform the sort on.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
directionThe direction of the sort, either ascending or descending. - Parameters:
- direction- The direction of the sort, either ascending or descending.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
directionThe direction of the sort, either ascending or descending. - Parameters:
- direction- The direction of the sort, either ascending or descending.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
 
-