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 name of field or attribute to apply sorting of data.attribute
(IngestionJobSortByAttribute attribute) The name of field or attribute to apply sorting of data.The order for sorting the data.The order for sorting the data.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 name of field or attribute to apply sorting of data.
- Parameters:
attribute
- The name of field or attribute to apply sorting of data.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
attribute
The name of field or attribute to apply sorting of data.
- Parameters:
attribute
- The name of field or attribute to apply sorting of data.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
order
The order for sorting the data.
- Parameters:
order
- The order for sorting the data.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
order
The order for sorting the data.
- Parameters:
order
- The order for sorting the data.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-