|
Did this page help you?Yes No Tell us about it... |
||||||
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.RebootClusterRequest
public class RebootClusterRequest
Container for the parameters to the RebootCluster operation
.
Reboots a cluster. This action is taken as soon as possible. It results in a momentary outage to the cluster, during which the cluster status is set
to rebooting
. A cluster event is created when the reboot is completed. Any pending cluster modifications (see ModifyCluster) are applied
at this reboot. For more information about managing clusters, go to Amazon Redshift Clusters in the Amazon Redshift Management
Guide
AmazonRedshift.rebootCluster(RebootClusterRequest)
,
Serialized FormConstructor Summary | |
---|---|
RebootClusterRequest()
|
Method Summary | |
---|---|
boolean |
equals(Object obj)
|
String |
getClusterIdentifier()
The cluster identifier. |
int |
hashCode()
|
void |
setClusterIdentifier(String clusterIdentifier)
The cluster identifier. |
String |
toString()
Returns a string representation of this object; useful for testing and debugging. |
RebootClusterRequest |
withClusterIdentifier(String clusterIdentifier)
The cluster identifier. |
Methods inherited from class com.amazonaws.AmazonWebServiceRequest |
---|
copyPrivateRequestParameters, getRequestClientOptions, getRequestCredentials, setRequestCredentials |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public RebootClusterRequest()
Method Detail |
---|
public String getClusterIdentifier()
public void setClusterIdentifier(String clusterIdentifier)
clusterIdentifier
- The cluster identifier.public RebootClusterRequest withClusterIdentifier(String clusterIdentifier)
Returns a reference to this object so that method calls can be chained together.
clusterIdentifier
- The cluster identifier.
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 |