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)Sets the value of the Attribute property for this object.IngestionJobSortBy.Builderattribute(IngestionJobSortByAttribute attribute)Sets the value of the Attribute property for this object.IngestionJobSortBy.Builderorder(String order)Sets the value of the Order property for this object.IngestionJobSortBy.Builderorder(SortOrder order)Sets the value of the Order property for this object.-
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)
Sets the value of the Attribute property for this object.- Parameters:
attribute- The new value for the Attribute property for this object.- 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)
Sets the value of the Attribute property for this object.- Parameters:
attribute- The new value for the Attribute property for this object.- 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)
Sets the value of the Order property for this object.
-
order
IngestionJobSortBy.Builder order(SortOrder order)
Sets the value of the Order property for this object.
-
-