Interface SnapshotSortingEntity.Builder
-
- All Superinterfaces:
Buildable
,CopyableBuilder<SnapshotSortingEntity.Builder,SnapshotSortingEntity>
,SdkBuilder<SnapshotSortingEntity.Builder,SnapshotSortingEntity>
,SdkPojo
- Enclosing class:
- SnapshotSortingEntity
public static interface SnapshotSortingEntity.Builder extends SdkPojo, CopyableBuilder<SnapshotSortingEntity.Builder,SnapshotSortingEntity>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SnapshotSortingEntity.Builder
attribute(String attribute)
The category for sorting the snapshots.SnapshotSortingEntity.Builder
attribute(SnapshotAttributeToSortBy attribute)
The category for sorting the snapshots.SnapshotSortingEntity.Builder
sortOrder(String sortOrder)
The order for listing the attributes.SnapshotSortingEntity.Builder
sortOrder(SortByOrder sortOrder)
The order for listing the attributes.-
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
SnapshotSortingEntity.Builder attribute(String attribute)
The category for sorting the snapshots.
- Parameters:
attribute
- The category for sorting the snapshots.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
SnapshotAttributeToSortBy
,SnapshotAttributeToSortBy
-
attribute
SnapshotSortingEntity.Builder attribute(SnapshotAttributeToSortBy attribute)
The category for sorting the snapshots.
- Parameters:
attribute
- The category for sorting the snapshots.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
SnapshotAttributeToSortBy
,SnapshotAttributeToSortBy
-
sortOrder
SnapshotSortingEntity.Builder sortOrder(String sortOrder)
The order for listing the attributes.
- Parameters:
sortOrder
- The order for listing the attributes.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
SortByOrder
,SortByOrder
-
sortOrder
SnapshotSortingEntity.Builder sortOrder(SortByOrder sortOrder)
The order for listing the attributes.
- Parameters:
sortOrder
- The order for listing the attributes.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
SortByOrder
,SortByOrder
-
-