|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.amazonaws.AmazonWebServiceRequest
com.amazonaws.services.redshift.model.RotateEncryptionKeyRequest
public class RotateEncryptionKeyRequest
Container for the parameters to the RotateEncryptionKey operation
.
Rotates the encryption keys for a cluster.
AmazonRedshift.rotateEncryptionKey(RotateEncryptionKeyRequest)
,
Serialized FormConstructor Summary | |
---|---|
RotateEncryptionKeyRequest()
|
Method Summary | |
---|---|
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. |
Methods inherited from class com.amazonaws.AmazonWebServiceRequest |
---|
copyPrivateRequestParameters, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, setRequestCredentials, setRequestMetricCollector, withRequestMetricCollector |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public RotateEncryptionKeyRequest()
Method Detail |
---|
public 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 Object
Object.toString()
public int hashCode()
hashCode
in class Object
public boolean equals(Object obj)
equals
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |