public static interface RetireGrantRequest.Builder extends KmsRequest.Builder, SdkPojo, CopyableBuilder<RetireGrantRequest.Builder,RetireGrantRequest>
Modifier and Type | Method and 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 (ARN) of the CMK associated with the grant.
|
RetireGrantRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
RetireGrantRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
build
overrideConfiguration
equalsBySdkFields, sdkFields
copy
applyMutation, 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 (ARN) of the CMK associated with the grant.
For example: arn:aws:kms:us-east-2:444455556666:key/1234abcd-12ab-34cd-56ef-1234567890ab
keyId
- The Amazon Resource Name (ARN) of the CMK associated with the grant.
For 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
RetireGrantRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration
in interface AwsRequest.Builder
RetireGrantRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration
in interface AwsRequest.Builder
Copyright © 2020. All rights reserved.