public static interface RestoreManagedPrefixListVersionRequest.Builder extends Ec2Request.Builder, SdkPojo, CopyableBuilder<RestoreManagedPrefixListVersionRequest.Builder,RestoreManagedPrefixListVersionRequest>
| Modifier and Type | Method and Description |
|---|---|
RestoreManagedPrefixListVersionRequest.Builder |
currentVersion(Long currentVersion)
The current version number for the prefix list.
|
RestoreManagedPrefixListVersionRequest.Builder |
dryRun(Boolean dryRun)
Checks whether you have the required permissions for the action, without actually making the request, and
provides an error response.
|
RestoreManagedPrefixListVersionRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
RestoreManagedPrefixListVersionRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
RestoreManagedPrefixListVersionRequest.Builder |
prefixListId(String prefixListId)
The ID of the prefix list.
|
RestoreManagedPrefixListVersionRequest.Builder |
previousVersion(Long previousVersion)
The version to restore.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildRestoreManagedPrefixListVersionRequest.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.RestoreManagedPrefixListVersionRequest.Builder prefixListId(String prefixListId)
The ID of the prefix list.
prefixListId - The ID of the prefix list.RestoreManagedPrefixListVersionRequest.Builder previousVersion(Long previousVersion)
The version to restore.
previousVersion - The version to restore.RestoreManagedPrefixListVersionRequest.Builder currentVersion(Long currentVersion)
The current version number for the prefix list.
currentVersion - The current version number for the prefix list.RestoreManagedPrefixListVersionRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderRestoreManagedPrefixListVersionRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.