StartSnapshotResponse.Builder |
StartSnapshotResponse.Builder.blockSize(Integer blockSize) |
The size of the blocks in the snapshot, in bytes.
|
static StartSnapshotResponse.Builder |
StartSnapshotResponse.builder() |
|
StartSnapshotResponse.Builder |
StartSnapshotResponse.Builder.description(String description) |
The description of the snapshot.
|
StartSnapshotResponse.Builder |
StartSnapshotResponse.Builder.kmsKeyArn(String kmsKeyArn) |
The Amazon Resource Name (ARN) of the Key Management Service (KMS) key used to encrypt the snapshot.
|
StartSnapshotResponse.Builder |
StartSnapshotResponse.Builder.ownerId(String ownerId) |
The Amazon Web Services account ID of the snapshot owner.
|
StartSnapshotResponse.Builder |
StartSnapshotResponse.Builder.parentSnapshotId(String parentSnapshotId) |
The ID of the parent snapshot.
|
StartSnapshotResponse.Builder |
StartSnapshotResponse.Builder.snapshotId(String snapshotId) |
The ID of the snapshot.
|
StartSnapshotResponse.Builder |
StartSnapshotResponse.Builder.sseType(String sseType) |
Reserved for future use.
|
StartSnapshotResponse.Builder |
StartSnapshotResponse.Builder.sseType(SSEType sseType) |
Reserved for future use.
|
StartSnapshotResponse.Builder |
StartSnapshotResponse.Builder.startTime(Instant startTime) |
The timestamp when the snapshot was created.
|
StartSnapshotResponse.Builder |
StartSnapshotResponse.Builder.status(String status) |
The status of the snapshot.
|
StartSnapshotResponse.Builder |
StartSnapshotResponse.Builder.status(Status status) |
The status of the snapshot.
|
StartSnapshotResponse.Builder |
StartSnapshotResponse.Builder.tags(Collection<Tag> tags) |
The tags applied to the snapshot.
|
StartSnapshotResponse.Builder |
StartSnapshotResponse.Builder.tags(Consumer<Tag.Builder>... tags) |
The tags applied to the snapshot.
|
StartSnapshotResponse.Builder |
StartSnapshotResponse.Builder.tags(Tag... tags) |
The tags applied to the snapshot.
|
StartSnapshotResponse.Builder |
StartSnapshotResponse.toBuilder() |
|
StartSnapshotResponse.Builder |
StartSnapshotResponse.Builder.volumeSize(Long volumeSize) |
The size of the volume, in GiB.
|