public class RebootClusterRequest extends AmazonWebServiceRequest implements Serializable
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
NOOP
Constructor and Description |
---|
RebootClusterRequest() |
Modifier and Type | Method and Description |
---|---|
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.
|
copyPrivateRequestParameters, getGeneralProgressListener, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, withGeneralProgressListener, withRequestMetricCollector
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()
Copyright © 2014. All rights reserved.