public static interface SnapshotSortingEntity.Builder extends SdkPojo, CopyableBuilder<SnapshotSortingEntity.Builder,SnapshotSortingEntity>
Modifier and Type | Method and Description |
---|---|
SnapshotSortingEntity.Builder |
attribute(SnapshotAttributeToSortBy attribute)
The category for sorting the snapshots.
|
SnapshotSortingEntity.Builder |
attribute(String attribute)
The category for sorting the snapshots.
|
SnapshotSortingEntity.Builder |
sortOrder(SortByOrder sortOrder)
The order for listing the attributes.
|
SnapshotSortingEntity.Builder |
sortOrder(String sortOrder)
The order for listing the attributes.
|
copy
applyMutation, build
SnapshotSortingEntity.Builder attribute(String attribute)
The category for sorting the snapshots.
attribute
- The category for sorting the snapshots.SnapshotAttributeToSortBy
,
SnapshotAttributeToSortBy
SnapshotSortingEntity.Builder attribute(SnapshotAttributeToSortBy attribute)
The category for sorting the snapshots.
attribute
- The category for sorting the snapshots.SnapshotAttributeToSortBy
,
SnapshotAttributeToSortBy
SnapshotSortingEntity.Builder sortOrder(String sortOrder)
The order for listing the attributes.
sortOrder
- The order for listing the attributes.SortByOrder
,
SortByOrder
SnapshotSortingEntity.Builder sortOrder(SortByOrder sortOrder)
The order for listing the attributes.
sortOrder
- The order for listing the attributes.SortByOrder
,
SortByOrder
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.