Interface IngestionJobSortBy.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<IngestionJobSortBy.Builder,
,IngestionJobSortBy> SdkBuilder<IngestionJobSortBy.Builder,
,IngestionJobSortBy> SdkPojo
- Enclosing class:
IngestionJobSortBy
public static interface IngestionJobSortBy.Builder
extends SdkPojo, CopyableBuilder<IngestionJobSortBy.Builder,IngestionJobSortBy>
-
Method Summary
Modifier and TypeMethodDescriptionThe attribute by which to sort the results.attribute
(IngestionJobSortByAttribute attribute) The attribute by which to sort the results.The order by which to sort the results.The order by which to sort the results.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 Details
-
attribute
The attribute by which to sort the results.
- Parameters:
attribute
- The attribute by which to sort the results.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
attribute
The attribute by which to sort the results.
- Parameters:
attribute
- The attribute by which to sort the results.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
order
The order by which to sort the results.
- Parameters:
order
- The order by which to sort the results.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
order
The order by which to sort the results.
- Parameters:
order
- The order by which to sort the results.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-