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.
|
copyapplyMutation, buildSnapshotSortingEntity.Builder attribute(String attribute)
The category for sorting the snapshots.
attribute - The category for sorting the snapshots.SnapshotAttributeToSortBy,
SnapshotAttributeToSortBySnapshotSortingEntity.Builder attribute(SnapshotAttributeToSortBy attribute)
The category for sorting the snapshots.
attribute - The category for sorting the snapshots.SnapshotAttributeToSortBy,
SnapshotAttributeToSortBySnapshotSortingEntity.Builder sortOrder(String sortOrder)
The order for listing the attributes.
sortOrder - The order for listing the attributes.SortByOrder,
SortByOrderSnapshotSortingEntity.Builder sortOrder(SortByOrder sortOrder)
The order for listing the attributes.
sortOrder - The order for listing the attributes.SortByOrder,
SortByOrderCopyright © 2017 Amazon Web Services, Inc. All Rights Reserved.