public class RotateEncryptionKeyRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
RotateEncryptionKey operation.
 Rotates the encryption keys for a cluster.
NOOP| Constructor and Description | 
|---|
| RotateEncryptionKeyRequest() | 
| Modifier and Type | Method and Description | 
|---|---|
| RotateEncryptionKeyRequest | clone()Creates a shallow clone of this request. | 
| boolean | equals(Object obj) | 
| String | getClusterIdentifier()The unique identifier of the cluster that you want to rotate the
 encryption keys for. | 
| int | hashCode() | 
| void | setClusterIdentifier(String clusterIdentifier)The unique identifier of the cluster that you want to rotate the
 encryption keys for. | 
| String | toString()Returns a string representation of this object; useful for testing and
 debugging. | 
| RotateEncryptionKeyRequest | withClusterIdentifier(String clusterIdentifier)The unique identifier of the cluster that you want to rotate the
 encryption keys for. | 
getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeoutpublic String getClusterIdentifier()
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 void setClusterIdentifier(String clusterIdentifier)
Constraints: Must be the name of valid cluster that has encryption enabled.
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.
public RotateEncryptionKeyRequest withClusterIdentifier(String clusterIdentifier)
Constraints: Must be the name of valid cluster that has encryption enabled.
Returns a reference to this object so that method calls can be chained together.
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.
public String toString()
toString in class ObjectObject.toString()public RotateEncryptionKeyRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.