public class RebootClusterRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
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 Cluster Management Guide
NOOP| Constructor and Description |
|---|
RebootClusterRequest() |
| Modifier and Type | Method and Description |
|---|---|
RebootClusterRequest |
clone()
Creates a shallow clone of this request.
|
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.
|
getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeoutpublic 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 ObjectObject.toString()public RebootClusterRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.