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, responseMetadata
sdkHttpResponse, sdkHttpResponse
equalsBySdkFields, sdkFields
copy
applyMutation, build
CreateGrantResponse.Builder grantToken(String grantToken)
The grant token.
Use a grant token when your permission to call this operation comes from a new grant that has not yet achieved eventual consistency. For more information, see Grant token and Using a grant token in the Key Management Service Developer Guide.
grantToken
- The grant token.
Use a grant token when your permission to call this operation comes from a new grant that has not yet achieved eventual consistency. For more information, see Grant token and Using a grant token in the 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 © 2022. All rights reserved.