| Package | Description |
|---|---|
| software.amazon.awssdk.services.ec2.model |
| Modifier and Type | Method and Description |
|---|---|
static CreateSnapshotResponse.Builder |
CreateSnapshotResponse.builder() |
CreateSnapshotResponse.Builder |
CreateSnapshotResponse.Builder.dataEncryptionKeyId(String dataEncryptionKeyId)
The data encryption key identifier for the snapshot.
|
CreateSnapshotResponse.Builder |
CreateSnapshotResponse.Builder.description(String description)
The description for the snapshot.
|
CreateSnapshotResponse.Builder |
CreateSnapshotResponse.Builder.encrypted(Boolean encrypted)
Indicates whether the snapshot is encrypted.
|
CreateSnapshotResponse.Builder |
CreateSnapshotResponse.Builder.kmsKeyId(String kmsKeyId)
The Amazon Resource Name (ARN) of the AWS Key Management Service (AWS KMS) customer master key (CMK) that was
used to protect the volume encryption key for the parent volume.
|
CreateSnapshotResponse.Builder |
CreateSnapshotResponse.Builder.ownerAlias(String ownerAlias)
Value from an Amazon-maintained list (
amazon | self | all |
aws-marketplace | microsoft) of snapshot owners. |
CreateSnapshotResponse.Builder |
CreateSnapshotResponse.Builder.ownerId(String ownerId)
The AWS account ID of the EBS snapshot owner.
|
CreateSnapshotResponse.Builder |
CreateSnapshotResponse.Builder.progress(String progress)
The progress of the snapshot, as a percentage.
|
CreateSnapshotResponse.Builder |
CreateSnapshotResponse.Builder.snapshotId(String snapshotId)
The ID of the snapshot.
|
CreateSnapshotResponse.Builder |
CreateSnapshotResponse.Builder.startTime(Instant startTime)
The time stamp when the snapshot was initiated.
|
CreateSnapshotResponse.Builder |
CreateSnapshotResponse.Builder.state(SnapshotState state)
The snapshot state.
|
CreateSnapshotResponse.Builder |
CreateSnapshotResponse.Builder.state(String state)
The snapshot state.
|
CreateSnapshotResponse.Builder |
CreateSnapshotResponse.Builder.stateMessage(String stateMessage)
Encrypted Amazon EBS snapshots are copied asynchronously.
|
CreateSnapshotResponse.Builder |
CreateSnapshotResponse.Builder.tags(Collection<Tag> tags)
Any tags assigned to the snapshot.
|
CreateSnapshotResponse.Builder |
CreateSnapshotResponse.Builder.tags(Consumer<Tag.Builder>... tags)
Any tags assigned to the snapshot.
|
CreateSnapshotResponse.Builder |
CreateSnapshotResponse.Builder.tags(Tag... tags)
Any tags assigned to the snapshot.
|
CreateSnapshotResponse.Builder |
CreateSnapshotResponse.toBuilder() |
CreateSnapshotResponse.Builder |
CreateSnapshotResponse.Builder.volumeId(String volumeId)
The ID of the volume that was used to create the snapshot.
|
CreateSnapshotResponse.Builder |
CreateSnapshotResponse.Builder.volumeSize(Integer volumeSize)
The size of the volume, in GiB.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends CreateSnapshotResponse.Builder> |
CreateSnapshotResponse.serializableBuilderClass() |
Copyright © 2020. All rights reserved.