public static interface ImportKeyPairRequest.Builder extends Ec2Request.Builder, SdkPojo, CopyableBuilder<ImportKeyPairRequest.Builder,ImportKeyPairRequest>
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildImportKeyPairRequest.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.ImportKeyPairRequest.Builder keyName(String keyName)
A unique name for the key pair.
keyName - A unique name for the key pair.ImportKeyPairRequest.Builder publicKeyMaterial(SdkBytes publicKeyMaterial)
The public key. For API calls, the text must be base64-encoded. For command line tools, base64 encoding is performed for you.
publicKeyMaterial - The public key. For API calls, the text must be base64-encoded. For command line tools, base64
encoding is performed for you.ImportKeyPairRequest.Builder tagSpecifications(Collection<TagSpecification> tagSpecifications)
The tags to apply to the imported key pair.
tagSpecifications - The tags to apply to the imported key pair.ImportKeyPairRequest.Builder tagSpecifications(TagSpecification... tagSpecifications)
The tags to apply to the imported key pair.
tagSpecifications - The tags to apply to the imported key pair.ImportKeyPairRequest.Builder tagSpecifications(Consumer<TagSpecification.Builder>... tagSpecifications)
The tags to apply to the imported key pair.
This is a convenience method that creates an instance of theTagSpecification.Builder avoiding the need to create one
manually via TagSpecification.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately and
its result is passed to #tagSpecifications(List.
tagSpecifications - a consumer that will call methods on
TagSpecification.Builder#tagSpecifications(java.util.Collection) ImportKeyPairRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderImportKeyPairRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.