Interface ExportSortBy.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<ExportSortBy.Builder,ExportSortBy>,SdkBuilder<ExportSortBy.Builder,ExportSortBy>,SdkPojo
- Enclosing class:
- ExportSortBy
public static interface ExportSortBy.Builder extends SdkPojo, CopyableBuilder<ExportSortBy.Builder,ExportSortBy>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ExportSortBy.Builderattribute(String attribute)The export field to use for sorting.ExportSortBy.Builderattribute(ExportSortAttribute attribute)The export field to use for sorting.ExportSortBy.Builderorder(String order)The order to sort the list.ExportSortBy.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
ExportSortBy.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:
ExportSortAttribute,ExportSortAttribute
-
attribute
ExportSortBy.Builder attribute(ExportSortAttribute 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:
ExportSortAttribute,ExportSortAttribute
-
order
ExportSortBy.Builder order(String order)
The order to sort the list.
-
order
ExportSortBy.Builder order(SortOrder order)
The order to sort the list.
-
-