public static interface ScheduleKeyDeletionResponse.Builder extends KmsResponse.Builder, CopyableBuilder<ScheduleKeyDeletionResponse.Builder,ScheduleKeyDeletionResponse>
Modifier and Type | Method and Description |
---|---|
ScheduleKeyDeletionResponse.Builder |
deletionDate(Instant deletionDate)
The date and time after which AWS KMS deletes the customer master key (CMK).
|
ScheduleKeyDeletionResponse.Builder |
keyId(String keyId)
The unique identifier of the customer master key (CMK) for which deletion is scheduled.
|
build
sdkHttpResponse, sdkHttpResponse
copy
applyMutation, build
ScheduleKeyDeletionResponse.Builder keyId(String keyId)
The unique identifier of the customer master key (CMK) for which deletion is scheduled.
keyId
- The unique identifier of the customer master key (CMK) for which deletion is scheduled.ScheduleKeyDeletionResponse.Builder deletionDate(Instant deletionDate)
The date and time after which AWS KMS deletes the customer master key (CMK).
deletionDate
- The date and time after which AWS KMS deletes the customer master key (CMK).Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.