public class DeleteImportedKeyMaterialRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
DeleteImportedKeyMaterialRequest() |
Modifier and Type | Method and Description |
---|---|
DeleteImportedKeyMaterialRequest |
clone() |
boolean |
equals(Object obj) |
String |
getKeyId()
The identifier of the CMK whose key material to delete.
|
int |
hashCode() |
void |
setKeyId(String keyId)
The identifier of the CMK whose key material to delete.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
DeleteImportedKeyMaterialRequest |
withKeyId(String keyId)
The identifier of the CMK whose key material to delete.
|
copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public void setKeyId(String keyId)
The identifier of the CMK whose key material to delete. The CMK's Origin
must be
EXTERNAL
.
A valid identifier is the unique key ID or the Amazon Resource Name (ARN) of the CMK. Examples:
Unique key ID: 1234abcd-12ab-34cd-56ef-1234567890ab
Key ARN: arn:aws:kms:us-west-2:111122223333:key/1234abcd-12ab-34cd-56ef-1234567890ab
keyId
- The identifier of the CMK whose key material to delete. The CMK's Origin
must be
EXTERNAL
.
A valid identifier is the unique key ID or the Amazon Resource Name (ARN) of the CMK. Examples:
Unique key ID: 1234abcd-12ab-34cd-56ef-1234567890ab
Key ARN: arn:aws:kms:us-west-2:111122223333:key/1234abcd-12ab-34cd-56ef-1234567890ab
public String getKeyId()
The identifier of the CMK whose key material to delete. The CMK's Origin
must be
EXTERNAL
.
A valid identifier is the unique key ID or the Amazon Resource Name (ARN) of the CMK. Examples:
Unique key ID: 1234abcd-12ab-34cd-56ef-1234567890ab
Key ARN: arn:aws:kms:us-west-2:111122223333:key/1234abcd-12ab-34cd-56ef-1234567890ab
Origin
must be
EXTERNAL
.
A valid identifier is the unique key ID or the Amazon Resource Name (ARN) of the CMK. Examples:
Unique key ID: 1234abcd-12ab-34cd-56ef-1234567890ab
Key ARN: arn:aws:kms:us-west-2:111122223333:key/1234abcd-12ab-34cd-56ef-1234567890ab
public DeleteImportedKeyMaterialRequest withKeyId(String keyId)
The identifier of the CMK whose key material to delete. The CMK's Origin
must be
EXTERNAL
.
A valid identifier is the unique key ID or the Amazon Resource Name (ARN) of the CMK. Examples:
Unique key ID: 1234abcd-12ab-34cd-56ef-1234567890ab
Key ARN: arn:aws:kms:us-west-2:111122223333:key/1234abcd-12ab-34cd-56ef-1234567890ab
keyId
- The identifier of the CMK whose key material to delete. The CMK's Origin
must be
EXTERNAL
.
A valid identifier is the unique key ID or the Amazon Resource Name (ARN) of the CMK. Examples:
Unique key ID: 1234abcd-12ab-34cd-56ef-1234567890ab
Key ARN: arn:aws:kms:us-west-2:111122223333:key/1234abcd-12ab-34cd-56ef-1234567890ab
public String toString()
toString
in class Object
Object.toString()
public DeleteImportedKeyMaterialRequest clone()
clone
in class AmazonWebServiceRequest
Copyright © 2016. All rights reserved.