Uses of Interface
software.amazon.awssdk.services.ec2.model.LockedSnapshotsInfo.Builder
Packages that use LockedSnapshotsInfo.Builder
-
Uses of LockedSnapshotsInfo.Builder in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return LockedSnapshotsInfo.BuilderModifier and TypeMethodDescriptionstatic LockedSnapshotsInfo.BuilderLockedSnapshotsInfo.builder()LockedSnapshotsInfo.Builder.coolOffPeriod(Integer coolOffPeriod) The compliance mode cooling-off period, in hours.LockedSnapshotsInfo.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).LockedSnapshotsInfo.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).LockedSnapshotsInfo.Builder.lockDuration(Integer lockDuration) The period of time for which the snapshot is locked, in days.LockedSnapshotsInfo.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).LockedSnapshotsInfo.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.The account ID of the Amazon Web Services account that owns the snapshot.LockedSnapshotsInfo.Builder.snapshotId(String snapshotId) The ID of the snapshot.LockedSnapshotsInfo.toBuilder()Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type LockedSnapshotsInfo.BuilderModifier and TypeMethodDescriptionstatic Class<? extends LockedSnapshotsInfo.Builder>LockedSnapshotsInfo.serializableBuilderClass()