Uses of Interface
software.amazon.awssdk.services.ec2.model.LockSnapshotRequest.Builder
Packages that use LockSnapshotRequest.Builder
Package
Description
-
Uses of LockSnapshotRequest.Builder in software.amazon.awssdk.services.ec2
Method parameters in software.amazon.awssdk.services.ec2 with type arguments of type LockSnapshotRequest.BuilderModifier and TypeMethodDescriptiondefault CompletableFuture<LockSnapshotResponse>Ec2AsyncClient.lockSnapshot(Consumer<LockSnapshotRequest.Builder> lockSnapshotRequest) Locks an Amazon EBS snapshot in either governance or compliance mode to protect it against accidental or malicious deletions for a specific duration.default LockSnapshotResponseEc2Client.lockSnapshot(Consumer<LockSnapshotRequest.Builder> lockSnapshotRequest) Locks an Amazon EBS snapshot in either governance or compliance mode to protect it against accidental or malicious deletions for a specific duration. -
Uses of LockSnapshotRequest.Builder in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return LockSnapshotRequest.BuilderModifier and TypeMethodDescriptionstatic LockSnapshotRequest.BuilderLockSnapshotRequest.builder()LockSnapshotRequest.Builder.coolOffPeriod(Integer coolOffPeriod) The cooling-off period during which you can unlock the snapshot or modify the lock settings after locking the snapshot in compliance mode, in hours.Checks whether you have the required permissions for the action, without actually making the request, and provides an error response.LockSnapshotRequest.Builder.expirationDate(Instant expirationDate) The date and time at which the snapshot lock is to automatically expire, in the UTC time zone (YYYY-MM-DDThh:mm:ss.sssZ).LockSnapshotRequest.Builder.lockDuration(Integer lockDuration) The period of time for which to lock the snapshot, in days.The mode in which to lock the snapshot.The mode in which to lock the snapshot.LockSnapshotRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) LockSnapshotRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) LockSnapshotRequest.Builder.snapshotId(String snapshotId) The ID of the snapshot to lock.LockSnapshotRequest.toBuilder()Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type LockSnapshotRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends LockSnapshotRequest.Builder>LockSnapshotRequest.serializableBuilderClass()