public class ScheduleKeyDeletionRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
ScheduleKeyDeletion operation.
Schedules the deletion of a customer master key (CMK). You may provide
a waiting period, specified in days, before deletion occurs. If you do
not provide a waiting period, the default period of 30 days is used.
When this operation is successful, the state of the CMK changes to
PendingDeletion . Before the waiting period ends, you can
use CancelKeyDeletion to cancel the deletion of the CMK. After the
waiting period ends, AWS KMS deletes the CMK and all AWS KMS data
associated with it, including all aliases that point to it.
IMPORTANT: Deleting a CMK is a destructive and potentially dangerous operation. When a CMK is deleted, all data that was encrypted under the CMK is rendered unrecoverable. To restrict the use of a CMK without deleting it, use DisableKey.
For more information about scheduling a CMK for deletion, go to Deleting Customer Master Keys in the AWS Key Management Service Developer Guide .
NOOP| Constructor and Description |
|---|
ScheduleKeyDeletionRequest() |
| Modifier and Type | Method and Description |
|---|---|
ScheduleKeyDeletionRequest |
clone() |
boolean |
equals(Object obj) |
String |
getKeyId()
The unique identifier for the customer master key (CMK) to delete.
|
Integer |
getPendingWindowInDays()
The waiting period, specified in number of days.
|
int |
hashCode() |
void |
setKeyId(String keyId)
The unique identifier for the customer master key (CMK) to delete.
|
void |
setPendingWindowInDays(Integer pendingWindowInDays)
The waiting period, specified in number of days.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
ScheduleKeyDeletionRequest |
withKeyId(String keyId)
The unique identifier for the customer master key (CMK) to delete.
|
ScheduleKeyDeletionRequest |
withPendingWindowInDays(Integer pendingWindowInDays)
The waiting period, specified in number of days.
|
copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, withGeneralProgressListener, withRequestMetricCollectorpublic String getKeyId()
To specify this value, use the unique key ID or the Amazon Resource Name (ARN) of the CMK. Examples:
To obtain the unique key ID and key ARN for a given CMK, use ListKeys or DescribeKey.
Constraints:
Length: 1 - 256
To specify this value, use the unique key ID or the Amazon Resource Name (ARN) of the CMK. Examples:
To obtain the unique key ID and key ARN for a given CMK, use ListKeys or DescribeKey.
public void setKeyId(String keyId)
To specify this value, use the unique key ID or the Amazon Resource Name (ARN) of the CMK. Examples:
To obtain the unique key ID and key ARN for a given CMK, use ListKeys or DescribeKey.
Constraints:
Length: 1 - 256
keyId - The unique identifier for the customer master key (CMK) to delete.
To specify this value, use the unique key ID or the Amazon Resource Name (ARN) of the CMK. Examples:
To obtain the unique key ID and key ARN for a given CMK, use ListKeys or DescribeKey.
public ScheduleKeyDeletionRequest withKeyId(String keyId)
To specify this value, use the unique key ID or the Amazon Resource Name (ARN) of the CMK. Examples:
To obtain the unique key ID and key ARN for a given CMK, use ListKeys or DescribeKey.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 1 - 256
keyId - The unique identifier for the customer master key (CMK) to delete.
To specify this value, use the unique key ID or the Amazon Resource Name (ARN) of the CMK. Examples:
To obtain the unique key ID and key ARN for a given CMK, use ListKeys or DescribeKey.
public Integer getPendingWindowInDays()
This value is optional. If you include a value, it must be between 7 and 30, inclusive. If you do not include a value, it defaults to 30.
Constraints:
Range: 1 - 365
This value is optional. If you include a value, it must be between 7 and 30, inclusive. If you do not include a value, it defaults to 30.
public void setPendingWindowInDays(Integer pendingWindowInDays)
This value is optional. If you include a value, it must be between 7 and 30, inclusive. If you do not include a value, it defaults to 30.
Constraints:
Range: 1 - 365
pendingWindowInDays - The waiting period, specified in number of days. After the waiting
period ends, AWS KMS deletes the customer master key (CMK). This value is optional. If you include a value, it must be between 7 and 30, inclusive. If you do not include a value, it defaults to 30.
public ScheduleKeyDeletionRequest withPendingWindowInDays(Integer pendingWindowInDays)
This value is optional. If you include a value, it must be between 7 and 30, inclusive. If you do not include a value, it defaults to 30.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Range: 1 - 365
pendingWindowInDays - The waiting period, specified in number of days. After the waiting
period ends, AWS KMS deletes the customer master key (CMK). This value is optional. If you include a value, it must be between 7 and 30, inclusive. If you do not include a value, it defaults to 30.
public String toString()
toString in class ObjectObject.toString()public ScheduleKeyDeletionRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2015. All rights reserved.