Interface ImportSortBy.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<ImportSortBy.Builder,ImportSortBy>,SdkBuilder<ImportSortBy.Builder,ImportSortBy>,SdkPojo
- Enclosing class:
- ImportSortBy
public static interface ImportSortBy.Builder extends SdkPojo, CopyableBuilder<ImportSortBy.Builder,ImportSortBy>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ImportSortBy.Builderattribute(String attribute)The export field to use for sorting.ImportSortBy.Builderattribute(ImportSortAttribute attribute)The export field to use for sorting.ImportSortBy.Builderorder(String order)The order to sort the list.ImportSortBy.Builderorder(SortOrder order)The order to sort the list.-
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
ImportSortBy.Builder attribute(String attribute)
The export field to use for sorting.
- Parameters:
attribute- The export field to use for sorting.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ImportSortAttribute,ImportSortAttribute
-
attribute
ImportSortBy.Builder attribute(ImportSortAttribute attribute)
The export field to use for sorting.
- Parameters:
attribute- The export field to use for sorting.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ImportSortAttribute,ImportSortAttribute
-
order
ImportSortBy.Builder order(String order)
The order to sort the list.
-
order
ImportSortBy.Builder order(SortOrder order)
The order to sort the list.
-
-