public static interface DeleteKeyPairRequest.Builder extends Ec2Request.Builder, SdkPojo, CopyableBuilder<DeleteKeyPairRequest.Builder,DeleteKeyPairRequest>
| Modifier and Type | Method and Description |
|---|---|
DeleteKeyPairRequest.Builder |
dryRun(Boolean dryRun)
Checks whether you have the required permissions for the action, without actually making the request, and
provides an error response.
|
DeleteKeyPairRequest.Builder |
keyName(String keyName)
The name of the key pair.
|
DeleteKeyPairRequest.Builder |
keyPairId(String keyPairId)
The ID of the key pair.
|
DeleteKeyPairRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
DeleteKeyPairRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildDeleteKeyPairRequest.Builder keyName(String keyName)
The name of the key pair.
keyName - The name of the key pair.DeleteKeyPairRequest.Builder keyPairId(String keyPairId)
The ID of the key pair.
keyPairId - The ID of the key pair.DeleteKeyPairRequest.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.DeleteKeyPairRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderDeleteKeyPairRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.