Cloneable
, ReadLimitInfo
, ToCopyableBuilder<RotateEncryptionKeyRequest.Builder,RotateEncryptionKeyRequest>
@Generated("software.amazon.awssdk:codegen") public class RotateEncryptionKeyRequest extends AmazonWebServiceRequest implements ToCopyableBuilder<RotateEncryptionKeyRequest.Builder,RotateEncryptionKeyRequest>
Modifier and Type | Class | Description |
---|---|---|
static interface |
RotateEncryptionKeyRequest.Builder |
NOOP
Modifier and Type | Method | Description |
---|---|---|
static RotateEncryptionKeyRequest.Builder |
builder() |
|
String |
clusterIdentifier() |
The unique identifier of the cluster that you want to rotate the encryption keys for.
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
static Class<? extends RotateEncryptionKeyRequest.Builder> |
serializableBuilderClass() |
|
RotateEncryptionKeyRequest.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 clusterIdentifier()
The unique identifier of the cluster that you want to rotate the encryption keys for.
Constraints: Must be the name of valid cluster that has encryption enabled.
Constraints: Must be the name of valid cluster that has encryption enabled.
public RotateEncryptionKeyRequest.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<RotateEncryptionKeyRequest.Builder,RotateEncryptionKeyRequest>
public static RotateEncryptionKeyRequest.Builder builder()
public static Class<? extends RotateEncryptionKeyRequest.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.