static StartSnapshotRequest.Builder |
StartSnapshotRequest.builder() |
|
StartSnapshotRequest.Builder |
StartSnapshotRequest.Builder.clientToken(String clientToken) |
A unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
|
StartSnapshotRequest.Builder |
StartSnapshotRequest.Builder.description(String description) |
A description for the snapshot.
|
StartSnapshotRequest.Builder |
StartSnapshotRequest.Builder.encrypted(Boolean encrypted) |
Indicates whether to encrypt the snapshot.
|
StartSnapshotRequest.Builder |
StartSnapshotRequest.Builder.kmsKeyArn(String kmsKeyArn) |
The Amazon Resource Name (ARN) of the Key Management Service (KMS) key to be used to encrypt the snapshot.
|
StartSnapshotRequest.Builder |
StartSnapshotRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
|
StartSnapshotRequest.Builder |
StartSnapshotRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
|
StartSnapshotRequest.Builder |
StartSnapshotRequest.Builder.parentSnapshotId(String parentSnapshotId) |
The ID of the parent snapshot.
|
StartSnapshotRequest.Builder |
StartSnapshotRequest.Builder.tags(Collection<Tag> tags) |
The tags to apply to the snapshot.
|
StartSnapshotRequest.Builder |
StartSnapshotRequest.Builder.tags(Consumer<Tag.Builder>... tags) |
The tags to apply to the snapshot.
|
StartSnapshotRequest.Builder |
StartSnapshotRequest.Builder.tags(Tag... tags) |
The tags to apply to the snapshot.
|
StartSnapshotRequest.Builder |
StartSnapshotRequest.Builder.timeout(Integer timeout) |
The amount of time (in minutes) after which the snapshot is automatically cancelled if:
|
StartSnapshotRequest.Builder |
StartSnapshotRequest.toBuilder() |
|
StartSnapshotRequest.Builder |
StartSnapshotRequest.Builder.volumeSize(Long volumeSize) |
The size of the volume, in GiB.
|