Uses of Interface
software.amazon.awssdk.services.ec2.model.Snapshot.Builder
Packages that use Snapshot.Builder
-
Uses of Snapshot.Builder in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return Snapshot.BuilderModifier and TypeMethodDescriptionSnapshot.Builder.availabilityZone(String availabilityZone) The Availability Zone or Local Zone of the snapshot.static Snapshot.BuilderSnapshot.builder()Snapshot.Builder.completionDurationMinutes(Integer completionDurationMinutes) Snapshot.Builder.completionTime(Instant completionTime) The time stamp when the snapshot was completed.Snapshot.Builder.dataEncryptionKeyId(String dataEncryptionKeyId) The data encryption key identifier for the snapshot.Snapshot.Builder.description(String description) The description for the snapshot.Indicates whether the snapshot is encrypted.Snapshot.Builder.fullSnapshotSizeInBytes(Long fullSnapshotSizeInBytes) The full size of the snapshot, in bytes.The Amazon Resource Name (ARN) of the KMS key that was used to protect the volume encryption key for the parent volume.Snapshot.Builder.outpostArn(String outpostArn) The ARN of the Outpost on which the snapshot is stored.Snapshot.Builder.ownerAlias(String ownerAlias) The Amazon Web Services owner alias, from an Amazon-maintained list (amazon).The ID of the Amazon Web Services account that owns the EBS snapshot.The progress of the snapshot, as a percentage.Snapshot.Builder.restoreExpiryTime(Instant restoreExpiryTime) Only for archived snapshots that are temporarily restored.Snapshot.Builder.snapshotId(String snapshotId) The ID of the snapshot.Reserved for future use.Reserved for future use.The time stamp when the snapshot was initiated.The snapshot state.Snapshot.Builder.state(SnapshotState state) The snapshot state.Snapshot.Builder.stateMessage(String stateMessage) Encrypted Amazon EBS snapshots are copied asynchronously.Snapshot.Builder.storageTier(String storageTier) The storage tier in which the snapshot is stored.Snapshot.Builder.storageTier(StorageTier storageTier) The storage tier in which the snapshot is stored.Snapshot.Builder.tags(Collection<Tag> tags) Any tags assigned to the snapshot.Snapshot.Builder.tags(Consumer<Tag.Builder>... tags) Any tags assigned to the snapshot.Any tags assigned to the snapshot.Snapshot.toBuilder()Snapshot.Builder.transferType(String transferType) Snapshot.Builder.transferType(TransferType transferType) The ID of the volume that was used to create the snapshot.Snapshot.Builder.volumeSize(Integer volumeSize) The size of the volume, in GiB.Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type Snapshot.BuilderModifier and TypeMethodDescriptionstatic Class<? extends Snapshot.Builder>Snapshot.serializableBuilderClass()