Uses of Interface
software.amazon.awssdk.services.ec2.model.SnapshotTierStatus.Builder
Packages that use SnapshotTierStatus.Builder
-
Uses of SnapshotTierStatus.Builder in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return SnapshotTierStatus.BuilderModifier and TypeMethodDescriptionSnapshotTierStatus.Builder.archivalCompleteTime(Instant archivalCompleteTime) The date and time when the last archive process was completed.static SnapshotTierStatus.BuilderSnapshotTierStatus.builder()SnapshotTierStatus.Builder.lastTieringOperationStatus(String lastTieringOperationStatus) The status of the last archive or restore process.SnapshotTierStatus.Builder.lastTieringOperationStatus(TieringOperationStatus lastTieringOperationStatus) The status of the last archive or restore process.SnapshotTierStatus.Builder.lastTieringOperationStatusDetail(String lastTieringOperationStatusDetail) A message describing the status of the last archive or restore process.SnapshotTierStatus.Builder.lastTieringProgress(Integer lastTieringProgress) The progress of the last archive or restore process, as a percentage.SnapshotTierStatus.Builder.lastTieringStartTime(Instant lastTieringStartTime) The date and time when the last archive or restore process was started.The ID of the Amazon Web Services account that owns the snapshot.SnapshotTierStatus.Builder.restoreExpiryTime(Instant restoreExpiryTime) Only for archived snapshots that are temporarily restored.SnapshotTierStatus.Builder.snapshotId(String snapshotId) The ID of the snapshot.The state of the snapshot.SnapshotTierStatus.Builder.status(SnapshotState status) The state of the snapshot.SnapshotTierStatus.Builder.storageTier(String storageTier) The storage tier in which the snapshot is stored.SnapshotTierStatus.Builder.storageTier(StorageTier storageTier) The storage tier in which the snapshot is stored.SnapshotTierStatus.Builder.tags(Collection<Tag> tags) The tags that are assigned to the snapshot.SnapshotTierStatus.Builder.tags(Consumer<Tag.Builder>... tags) The tags that are assigned to the snapshot.The tags that are assigned to the snapshot.SnapshotTierStatus.toBuilder()The ID of the volume from which the snapshot was created.Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type SnapshotTierStatus.BuilderModifier and TypeMethodDescriptionstatic Class<? extends SnapshotTierStatus.Builder>SnapshotTierStatus.serializableBuilderClass()