Interface GenerationSortBy.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<GenerationSortBy.Builder,GenerationSortBy>,SdkBuilder<GenerationSortBy.Builder,GenerationSortBy>,SdkPojo
- Enclosing class:
- GenerationSortBy
public static interface GenerationSortBy.Builder extends SdkPojo, CopyableBuilder<GenerationSortBy.Builder,GenerationSortBy>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GenerationSortBy.Builderattribute(String attribute)The attribute by which to sort the generation request information.GenerationSortBy.Builderattribute(GenerationSortByAttribute attribute)The attribute by which to sort the generation request information.GenerationSortBy.Builderorder(String order)The order by which to sort the generation request information.GenerationSortBy.Builderorder(SortOrder order)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 Detail
-
attribute
GenerationSortBy.Builder attribute(String 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:
GenerationSortByAttribute,GenerationSortByAttribute
-
-
attribute
GenerationSortBy.Builder attribute(GenerationSortByAttribute 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:
GenerationSortByAttribute,GenerationSortByAttribute
-
-
order
GenerationSortBy.Builder order(String order)
The order by which to sort the generation request information.
-
order
GenerationSortBy.Builder order(SortOrder order)
The order by which to sort the generation request information.
-
-