Cloneable
, ReadLimitInfo
, ToCopyableBuilder<RetireGrantRequest.Builder,RetireGrantRequest>
@Generated("software.amazon.awssdk:codegen") public class RetireGrantRequest extends AmazonWebServiceRequest implements ToCopyableBuilder<RetireGrantRequest.Builder,RetireGrantRequest>
Modifier and Type | Class | Description |
---|---|---|
static interface |
RetireGrantRequest.Builder |
NOOP
Modifier and Type | Method | Description |
---|---|---|
static RetireGrantRequest.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
String |
grantId() |
Unique identifier of the grant to retire.
|
String |
grantToken() |
Token that identifies the grant to be retired.
|
int |
hashCode() |
|
String |
keyId() |
The Amazon Resource Name of the CMK associated with the grant.
|
static Class<? extends RetireGrantRequest.Builder> |
serializableBuilderClass() |
|
RetireGrantRequest.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
clone, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout
public String grantToken()
Token that identifies the grant to be retired.
public 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
arn:aws:kms:us-east-2:444455556666:key/1234abcd-12ab-34cd-56ef-1234567890ab
public 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
CreateGrant
operation.
Grant ID Example - 0123456789012345678901234567890123456789012345678901234567890123
public RetireGrantRequest.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<RetireGrantRequest.Builder,RetireGrantRequest>
public static RetireGrantRequest.Builder builder()
public static Class<? extends RetireGrantRequest.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.