Uses of Interface
software.amazon.awssdk.services.ec2.model.SnapshotInfo.Builder
Packages that use SnapshotInfo.Builder
-
Uses of SnapshotInfo.Builder in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return SnapshotInfo.BuilderModifier and TypeMethodDescriptionSnapshotInfo.Builder.availabilityZone(String availabilityZone) The Availability Zone or Local Zone of the snapshots.static SnapshotInfo.BuilderSnapshotInfo.builder()SnapshotInfo.Builder.description(String description) Description specified by the CreateSnapshotRequest that has been applied to all snapshots.Indicates whether the snapshot is encrypted.SnapshotInfo.Builder.outpostArn(String outpostArn) The ARN of the Outpost on which the snapshot is stored.Account id used when creating this snapshot.Progress this snapshot has made towards completing.SnapshotInfo.Builder.snapshotId(String snapshotId) Snapshot id that can be used to describe this snapshot.Reserved for future use.Reserved for future use.Time this snapshot was started.Current state of the snapshot.SnapshotInfo.Builder.state(SnapshotState state) Current state of the snapshot.SnapshotInfo.Builder.tags(Collection<Tag> tags) Tags associated with this snapshot.SnapshotInfo.Builder.tags(Consumer<Tag.Builder>... tags) Tags associated with this snapshot.Tags associated with this snapshot.SnapshotInfo.toBuilder()Source volume from which this snapshot was created.SnapshotInfo.Builder.volumeSize(Integer volumeSize) Size of the volume from which this snapshot was created.Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type SnapshotInfo.BuilderModifier and TypeMethodDescriptionstatic Class<? extends SnapshotInfo.Builder>SnapshotInfo.serializableBuilderClass()