public static interface DeleteImportedKeyMaterialRequest.Builder extends KMSRequest.Builder, CopyableBuilder<DeleteImportedKeyMaterialRequest.Builder,DeleteImportedKeyMaterialRequest>
| Modifier and Type | Method and Description |
|---|---|
DeleteImportedKeyMaterialRequest.Builder |
keyId(String keyId)
The identifier of the CMK whose key material to delete.
|
DeleteImportedKeyMaterialRequest.Builder |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
Add an optional request override configuration.
|
buildrequestOverrideConfig, requestOverrideConfigcopyapply, buildDeleteImportedKeyMaterialRequest.Builder keyId(String keyId)
The identifier of the CMK whose key material to delete. The CMK's Origin must be
EXTERNAL.
Specify the key ID or the Amazon Resource Name (ARN) of the CMK.
For example:
Key ID: 1234abcd-12ab-34cd-56ef-1234567890ab
Key ARN: arn:aws:kms:us-east-2:111122223333:key/1234abcd-12ab-34cd-56ef-1234567890ab
To get the key ID and key ARN for a CMK, use ListKeys or DescribeKey.
keyId - The identifier of the CMK whose key material to delete. The CMK's Origin must be
EXTERNAL.
Specify the key ID or the Amazon Resource Name (ARN) of the CMK.
For example:
Key ID: 1234abcd-12ab-34cd-56ef-1234567890ab
Key ARN: arn:aws:kms:us-east-2:111122223333:key/1234abcd-12ab-34cd-56ef-1234567890ab
To get the key ID and key ARN for a CMK, use ListKeys or DescribeKey.
DeleteImportedKeyMaterialRequest.Builder requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderawsRequestOverrideConfig - The override configuration.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.