CopyableBuilder<RetireGrantRequest.Builder,RetireGrantRequest>
, SdkBuilder<RetireGrantRequest.Builder,RetireGrantRequest>
public static interface RetireGrantRequest.Builder extends CopyableBuilder<RetireGrantRequest.Builder,RetireGrantRequest>
Modifier and Type | Method | Description |
---|---|---|
RetireGrantRequest.Builder |
grantId(String grantId) |
Unique identifier of the grant to retire.
|
RetireGrantRequest.Builder |
grantToken(String grantToken) |
Token that identifies the grant to be retired.
|
RetireGrantRequest.Builder |
keyId(String keyId) |
The Amazon Resource Name of the CMK associated with the grant.
|
copy
apply, build
RetireGrantRequest.Builder grantToken(String grantToken)
Token that identifies the grant to be retired.
grantToken
- Token that identifies the grant to be retired.RetireGrantRequest.Builder keyId(String keyId)
The Amazon Resource Name of the CMK associated with the grant. Example:
arn:aws:kms:us-east-2:444455556666:key/1234abcd-12ab-34cd-56ef-1234567890ab
keyId
- The Amazon Resource Name of the CMK associated with the grant. Example:
arn:aws:kms:us-east-2:444455556666:key/1234abcd-12ab-34cd-56ef-1234567890ab
RetireGrantRequest.Builder grantId(String grantId)
Unique identifier of the grant to retire. The grant ID is returned in the response to a
CreateGrant
operation.
Grant ID Example - 0123456789012345678901234567890123456789012345678901234567890123
grantId
- Unique identifier of the grant to retire. The grant ID is returned in the response to a
CreateGrant
operation.
Grant ID Example - 0123456789012345678901234567890123456789012345678901234567890123
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.