public static interface ImportKeyPairRequest.Builder extends Ec2Request.Builder, SdkPojo, CopyableBuilder<ImportKeyPairRequest.Builder,ImportKeyPairRequest>
| Modifier and Type | Method and Description |
|---|---|
ImportKeyPairRequest.Builder |
keyName(String keyName)
A unique name for the key pair.
|
ImportKeyPairRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ImportKeyPairRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ImportKeyPairRequest.Builder |
publicKeyMaterial(SdkBytes publicKeyMaterial)
The public key.
|
ImportKeyPairRequest.Builder |
tagSpecifications(Collection<TagSpecification> 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.
|
ImportKeyPairRequest.Builder |
tagSpecifications(TagSpecification... tagSpecifications)
The tags to apply to the imported key pair.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildImportKeyPairRequest.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 © 2022. All rights reserved.