CopyableBuilder<RevokeGrantRequest.Builder,RevokeGrantRequest>
, SdkBuilder<RevokeGrantRequest.Builder,RevokeGrantRequest>
public static interface RevokeGrantRequest.Builder extends CopyableBuilder<RevokeGrantRequest.Builder,RevokeGrantRequest>
Modifier and Type | Method | Description |
---|---|---|
RevokeGrantRequest.Builder |
grantId(String grantId) |
Identifier of the grant to be revoked.
|
RevokeGrantRequest.Builder |
keyId(String keyId) |
A unique identifier for the customer master key associated with the grant.
|
copy
apply, build
RevokeGrantRequest.Builder keyId(String keyId)
A unique identifier for the customer master key associated with the grant. This value can be a globally unique identifier or the fully specified ARN to a key.
Key ARN Example - arn:aws:kms:us-east-1:123456789012:key/12345678-1234-1234-1234-123456789012
Globally Unique Key ID Example - 12345678-1234-1234-1234-123456789012
keyId
- A unique identifier for the customer master key associated with the grant. This value can be a
globally unique identifier or the fully specified ARN to a key.
Key ARN Example - arn:aws:kms:us-east-1:123456789012:key/12345678-1234-1234-1234-123456789012
Globally Unique Key ID Example - 12345678-1234-1234-1234-123456789012
RevokeGrantRequest.Builder grantId(String grantId)
Identifier of the grant to be revoked.
grantId
- Identifier of the grant to be revoked.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.