Interface OrderBy.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<OrderBy.Builder,,- OrderBy> - SdkBuilder<OrderBy.Builder,,- OrderBy> - SdkPojo
- Enclosing class:
- OrderBy
@Mutable
@NotThreadSafe
public static interface OrderBy.Builder
extends SdkPojo, CopyableBuilder<OrderBy.Builder,OrderBy> 
- 
Method SummaryModifier and TypeMethodDescriptionSorts by dimension values.The order that's used to sort the data.The order that's used to sort the data.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- 
dimensionSorts by dimension values. - Parameters:
- dimension- Sorts by dimension values.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
orderThe order that's used to sort the data. - Parameters:
- order- The order that's used to sort the data.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
orderThe order that's used to sort the data. - Parameters:
- order- The order that's used to sort the data.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
 
-