Did this page help you?

   Yes   No   Tell us about it...

com.amazonaws.services.redshift.model
Class RebootClusterRequest

java.lang.Object
  extended by com.amazonaws.AmazonWebServiceRequest
      extended by com.amazonaws.services.redshift.model.RebootClusterRequest
All Implemented Interfaces:
Serializable

public class RebootClusterRequest
extends AmazonWebServiceRequest
implements Serializable

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

See Also:
AmazonRedshift.rebootCluster(RebootClusterRequest), Serialized Form

Constructor 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

RebootClusterRequest

public RebootClusterRequest()
Method Detail

getClusterIdentifier

public String getClusterIdentifier()
The cluster identifier.

Returns:
The cluster identifier.

setClusterIdentifier

public void setClusterIdentifier(String clusterIdentifier)
The cluster identifier.

Parameters:
clusterIdentifier - The cluster identifier.

withClusterIdentifier

public RebootClusterRequest withClusterIdentifier(String clusterIdentifier)
The cluster identifier.

Returns a reference to this object so that method calls can be chained together.

Parameters:
clusterIdentifier - The cluster identifier.
Returns:
A reference to this updated object so that method calls can be chained together.

toString

public String toString()
Returns a string representation of this object; useful for testing and debugging.

Overrides:
toString in class Object
Returns:
A string representation of this object.
See Also:
Object.toString()

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

public boolean equals(Object obj)
Overrides:
equals in class Object


Copyright © 2010 Amazon Web Services, Inc. All Rights Reserved.