Uses of Interface
software.amazon.awssdk.services.redshift.model.SnapshotSortingEntity.Builder
-
Packages that use SnapshotSortingEntity.Builder Package Description software.amazon.awssdk.services.redshift.model -
-
Uses of SnapshotSortingEntity.Builder in software.amazon.awssdk.services.redshift.model
Methods in software.amazon.awssdk.services.redshift.model that return SnapshotSortingEntity.Builder Modifier and Type Method Description SnapshotSortingEntity.BuilderSnapshotSortingEntity.Builder. attribute(String attribute)The category for sorting the snapshots.SnapshotSortingEntity.BuilderSnapshotSortingEntity.Builder. attribute(SnapshotAttributeToSortBy attribute)The category for sorting the snapshots.static SnapshotSortingEntity.BuilderSnapshotSortingEntity. builder()SnapshotSortingEntity.BuilderSnapshotSortingEntity.Builder. sortOrder(String sortOrder)The order for listing the attributes.SnapshotSortingEntity.BuilderSnapshotSortingEntity.Builder. sortOrder(SortByOrder sortOrder)The order for listing the attributes.SnapshotSortingEntity.BuilderSnapshotSortingEntity. toBuilder()Methods in software.amazon.awssdk.services.redshift.model that return types with arguments of type SnapshotSortingEntity.Builder Modifier and Type Method Description static Class<? extends SnapshotSortingEntity.Builder>SnapshotSortingEntity. serializableBuilderClass()
-