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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IngestionJobSortBy.Builderattribute(String attribute)The attribute by which to sort the results.IngestionJobSortBy.Builderattribute(IngestionJobSortByAttribute attribute)The attribute by which to sort the results.IngestionJobSortBy.Builderorder(String order)The order by which to sort the results.IngestionJobSortBy.Builderorder(SortOrder order)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 Detail
-
attribute
IngestionJobSortBy.Builder attribute(String 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:
IngestionJobSortByAttribute,IngestionJobSortByAttribute
-
attribute
IngestionJobSortBy.Builder attribute(IngestionJobSortByAttribute 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:
IngestionJobSortByAttribute,IngestionJobSortByAttribute
-
order
IngestionJobSortBy.Builder order(String order)
The order by which to sort the results.
-
order
IngestionJobSortBy.Builder order(SortOrder order)
The order by which to sort the results.
-
-