Did this page help you?

   Yes   No   Tell us about it...

com.amazonaws.services.redshift.model
Class DescribeResizeRequest

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

public class DescribeResizeRequest
extends AmazonWebServiceRequest
implements Serializable

Container for the parameters to the DescribeResize operation.

Returns information about the last resize operation for the specified cluster. If no resize operation has ever been initiated for the specified cluster, a HTTP 404 error is returned. If a resize operation was initiated and completed, the status of the resize remains as SUCCEEDED until the next resize.

A resize operation can be requested using ModifyCluster and specifying a different number or type of nodes for the cluster.

See Also:
AmazonRedshift.describeResize(DescribeResizeRequest), Serialized Form

Constructor Summary
DescribeResizeRequest()
           
 
Method Summary
 boolean equals(Object obj)
           
 String getClusterIdentifier()
          The unique identifier of a cluster whose resize progress you are requesting.
 int hashCode()
           
 void setClusterIdentifier(String clusterIdentifier)
          The unique identifier of a cluster whose resize progress you are requesting.
 String toString()
          Returns a string representation of this object; useful for testing and debugging.
 DescribeResizeRequest withClusterIdentifier(String clusterIdentifier)
          The unique identifier of a cluster whose resize progress you are requesting.
 
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

DescribeResizeRequest

public DescribeResizeRequest()
Method Detail

getClusterIdentifier

public String getClusterIdentifier()
The unique identifier of a cluster whose resize progress you are requesting. This parameter isn't case-sensitive.

By default, resize operations for all clusters defined for an AWS account are returned.

Returns:
The unique identifier of a cluster whose resize progress you are requesting. This parameter isn't case-sensitive.

By default, resize operations for all clusters defined for an AWS account are returned.


setClusterIdentifier

public void setClusterIdentifier(String clusterIdentifier)
The unique identifier of a cluster whose resize progress you are requesting. This parameter isn't case-sensitive.

By default, resize operations for all clusters defined for an AWS account are returned.

Parameters:
clusterIdentifier - The unique identifier of a cluster whose resize progress you are requesting. This parameter isn't case-sensitive.

By default, resize operations for all clusters defined for an AWS account are returned.


withClusterIdentifier

public DescribeResizeRequest withClusterIdentifier(String clusterIdentifier)
The unique identifier of a cluster whose resize progress you are requesting. This parameter isn't case-sensitive.

By default, resize operations for all clusters defined for an AWS account are returned.

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

Parameters:
clusterIdentifier - The unique identifier of a cluster whose resize progress you are requesting. This parameter isn't case-sensitive.

By default, resize operations for all clusters defined for an AWS account are returned.

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.