public static interface CreateGrantResponse.Builder extends KmsResponse.Builder, SdkPojo, CopyableBuilder<CreateGrantResponse.Builder,CreateGrantResponse>
| Modifier and Type | Method and Description |
|---|---|
CreateGrantResponse.Builder |
grantId(String grantId)
The unique identifier for the grant.
|
CreateGrantResponse.Builder |
grantToken(String grantToken)
The grant token.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateGrantResponse.Builder grantToken(String grantToken)
The grant token.
For more information, see Grant Tokens in the AWS Key Management Service Developer Guide.
grantToken - The grant token.
For more information, see Grant Tokens in the AWS Key Management Service Developer Guide.
CreateGrantResponse.Builder grantId(String grantId)
The unique identifier for the grant.
You can use the GrantId in a ListGrants, RetireGrant, or RevokeGrant
operation.
grantId - The unique identifier for the grant.
You can use the GrantId in a ListGrants, RetireGrant, or RevokeGrant
operation.
Copyright © 2021. All rights reserved.