Uses of Interface
software.amazon.awssdk.services.ec2.model.LockSnapshotResponse.Builder
Packages that use LockSnapshotResponse.Builder
-
Uses of LockSnapshotResponse.Builder in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return LockSnapshotResponse.BuilderModifier and TypeMethodDescriptionstatic LockSnapshotResponse.BuilderLockSnapshotResponse.builder()LockSnapshotResponse.Builder.coolOffPeriod(Integer coolOffPeriod) The compliance mode cooling-off period, in hours.LockSnapshotResponse.Builder.coolOffPeriodExpiresOn(Instant coolOffPeriodExpiresOn) The date and time at which the compliance mode cooling-off period expires, in the UTC time zone (YYYY-MM-DDThh:mm:ss.sssZ).LockSnapshotResponse.Builder.lockCreatedOn(Instant lockCreatedOn) The date and time at which the snapshot was locked, in the UTC time zone (YYYY-MM-DDThh:mm:ss.sssZ).LockSnapshotResponse.Builder.lockDuration(Integer lockDuration) The period of time for which the snapshot is locked, in days.LockSnapshotResponse.Builder.lockDurationStartTime(Instant lockDurationStartTime) The date and time at which the lock duration started, in the UTC time zone (YYYY-MM-DDThh:mm:ss.sssZ).LockSnapshotResponse.Builder.lockExpiresOn(Instant lockExpiresOn) The date and time at which the lock will expire, in the UTC time zone (YYYY-MM-DDThh:mm:ss.sssZ).The state of the snapshot lock.The state of the snapshot lock.LockSnapshotResponse.Builder.snapshotId(String snapshotId) The ID of the snapshotLockSnapshotResponse.toBuilder()Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type LockSnapshotResponse.BuilderModifier and TypeMethodDescriptionstatic Class<? extends LockSnapshotResponse.Builder>LockSnapshotResponse.serializableBuilderClass()