public static interface ModifySnapshotTierRequest.Builder extends Ec2Request.Builder, SdkPojo, CopyableBuilder<ModifySnapshotTierRequest.Builder,ModifySnapshotTierRequest>
| Modifier and Type | Method and Description |
|---|---|
ModifySnapshotTierRequest.Builder |
dryRun(Boolean dryRun)
Checks whether you have the required permissions for the action, without actually making the request, and
provides an error response.
|
ModifySnapshotTierRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ModifySnapshotTierRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ModifySnapshotTierRequest.Builder |
snapshotId(String snapshotId)
The ID of the snapshot.
|
ModifySnapshotTierRequest.Builder |
storageTier(String storageTier)
The name of the storage tier.
|
ModifySnapshotTierRequest.Builder |
storageTier(TargetStorageTier storageTier)
The name of the storage tier.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildModifySnapshotTierRequest.Builder snapshotId(String snapshotId)
The ID of the snapshot.
snapshotId - The ID of the snapshot.ModifySnapshotTierRequest.Builder storageTier(String storageTier)
The name of the storage tier. You must specify archive.
storageTier - The name of the storage tier. You must specify archive.TargetStorageTier,
TargetStorageTierModifySnapshotTierRequest.Builder storageTier(TargetStorageTier storageTier)
The name of the storage tier. You must specify archive.
storageTier - The name of the storage tier. You must specify archive.TargetStorageTier,
TargetStorageTierModifySnapshotTierRequest.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.ModifySnapshotTierRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderModifySnapshotTierRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.