| Package | Description |
|---|---|
| software.amazon.awssdk.services.ec2.model |
| Modifier and Type | Method and Description |
|---|---|
static SnapshotInfo.Builder |
SnapshotInfo.builder() |
SnapshotInfo.Builder |
SnapshotInfo.Builder.description(String description)
Description specified by the CreateSnapshotRequest that has been applied to all snapshots.
|
SnapshotInfo.Builder |
SnapshotInfo.Builder.encrypted(Boolean encrypted)
Indicates whether the snapshot is encrypted.
|
SnapshotInfo.Builder |
SnapshotInfo.Builder.outpostArn(String outpostArn)
The ARN of the AWS Outpost on which the snapshot is stored.
|
SnapshotInfo.Builder |
SnapshotInfo.Builder.ownerId(String ownerId)
Account id used when creating this snapshot.
|
SnapshotInfo.Builder |
SnapshotInfo.Builder.progress(String progress)
Progress this snapshot has made towards completing.
|
SnapshotInfo.Builder |
SnapshotInfo.Builder.snapshotId(String snapshotId)
Snapshot id that can be used to describe this snapshot.
|
SnapshotInfo.Builder |
SnapshotInfo.Builder.startTime(Instant startTime)
Time this snapshot was started.
|
SnapshotInfo.Builder |
SnapshotInfo.Builder.state(SnapshotState state)
Current state of the snapshot.
|
SnapshotInfo.Builder |
SnapshotInfo.Builder.state(String state)
Current state of the snapshot.
|
SnapshotInfo.Builder |
SnapshotInfo.Builder.tags(Collection<Tag> tags)
Tags associated with this snapshot.
|
SnapshotInfo.Builder |
SnapshotInfo.Builder.tags(Consumer<Tag.Builder>... tags)
Tags associated with this snapshot.
|
SnapshotInfo.Builder |
SnapshotInfo.Builder.tags(Tag... tags)
Tags associated with this snapshot.
|
SnapshotInfo.Builder |
SnapshotInfo.toBuilder() |
SnapshotInfo.Builder |
SnapshotInfo.Builder.volumeId(String volumeId)
Source volume from which this snapshot was created.
|
SnapshotInfo.Builder |
SnapshotInfo.Builder.volumeSize(Integer volumeSize)
Size of the volume from which this snapshot was created.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends SnapshotInfo.Builder> |
SnapshotInfo.serializableBuilderClass() |
Copyright © 2021. All rights reserved.