Interface GenerationSortBy.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<GenerationSortBy.Builder,
,GenerationSortBy> SdkBuilder<GenerationSortBy.Builder,
,GenerationSortBy> SdkPojo
- Enclosing class:
GenerationSortBy
-
Method Summary
Modifier and TypeMethodDescriptionThe attribute by which to sort the generation request information.attribute
(GenerationSortByAttribute attribute) The attribute by which to sort the generation request information.The order by which to sort the generation request information.The order by which to sort the generation request information.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 attribute by which to sort the generation request information. You can sort by the following attributes.
-
creationStartTime
– The time at which the generation request was created. -
lastUpdatedTime
– The time at which the generation request was last updated.
- Parameters:
attribute
- The attribute by which to sort the generation request information. You can sort by the following attributes.-
creationStartTime
– The time at which the generation request was created. -
lastUpdatedTime
– The time at which the generation request was last updated.
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
-
attribute
The attribute by which to sort the generation request information. You can sort by the following attributes.
-
creationStartTime
– The time at which the generation request was created. -
lastUpdatedTime
– The time at which the generation request was last updated.
- Parameters:
attribute
- The attribute by which to sort the generation request information. You can sort by the following attributes.-
creationStartTime
– The time at which the generation request was created. -
lastUpdatedTime
– The time at which the generation request was last updated.
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
-
order
The order by which to sort the generation request information.
- Parameters:
order
- The order by which to sort the generation request information.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
order
The order by which to sort the generation request information.
- Parameters:
order
- The order by which to sort the generation request information.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-