public static interface RestoreSnapshotFromRecycleBinRequest.Builder extends Ec2Request.Builder, SdkPojo, CopyableBuilder<RestoreSnapshotFromRecycleBinRequest.Builder,RestoreSnapshotFromRecycleBinRequest>
| Modifier and Type | Method and Description |
|---|---|
RestoreSnapshotFromRecycleBinRequest.Builder |
dryRun(Boolean dryRun)
Checks whether you have the required permissions for the action, without actually making the request, and
provides an error response.
|
RestoreSnapshotFromRecycleBinRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
RestoreSnapshotFromRecycleBinRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
RestoreSnapshotFromRecycleBinRequest.Builder |
snapshotId(String snapshotId)
The ID of the snapshot to restore.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildRestoreSnapshotFromRecycleBinRequest.Builder snapshotId(String snapshotId)
The ID of the snapshot to restore.
snapshotId - The ID of the snapshot to restore.RestoreSnapshotFromRecycleBinRequest.Builder dryRun(Boolean dryRun)
Checks whether you have the required permissions for the action, without actually making the request, and
provides an error response. If you have the required permissions, the error response is
DryRunOperation. Otherwise, it is UnauthorizedOperation.
dryRun - Checks whether you have the required permissions for the action, without actually making the request,
and provides an error response. If you have the required permissions, the error response is
DryRunOperation. Otherwise, it is UnauthorizedOperation.RestoreSnapshotFromRecycleBinRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderRestoreSnapshotFromRecycleBinRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.