Cloneable, ReadLimitInfo, ToCopyableBuilder<EnableKeyRotationRequest.Builder,EnableKeyRotationRequest>@Generated("software.amazon.awssdk:codegen") public class EnableKeyRotationRequest extends AmazonWebServiceRequest implements ToCopyableBuilder<EnableKeyRotationRequest.Builder,EnableKeyRotationRequest>
| Modifier and Type | Class | Description | 
|---|---|---|
| static interface  | EnableKeyRotationRequest.Builder | 
NOOP| Modifier and Type | Method | Description | 
|---|---|---|
| static EnableKeyRotationRequest.Builder | builder() | |
| boolean | equals(Object obj) | |
| int | hashCode() | |
| String | keyId() | 
 A unique identifier for the customer master key. | 
| static Class<? extends EnableKeyRotationRequest.Builder> | serializableBuilderClass() | |
| EnableKeyRotationRequest.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, withSdkClientExecutionTimeoutpublic String keyId()
A unique identifier for the customer master key. 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
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
public EnableKeyRotationRequest.Builder toBuilder()
ToCopyableBuildertoBuilder in interface ToCopyableBuilder<EnableKeyRotationRequest.Builder,EnableKeyRotationRequest>public static EnableKeyRotationRequest.Builder builder()
public static Class<? extends EnableKeyRotationRequest.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.