|
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.DescribeResizeRequest
public class DescribeResizeRequest
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.
AmazonRedshift.describeResize(DescribeResizeRequest)
,
Serialized FormConstructor 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 |
---|
public DescribeResizeRequest()
Method Detail |
---|
public String getClusterIdentifier()
By default, resize operations for all clusters defined for an AWS account are returned.
By default, resize operations for all clusters defined for an AWS account are returned.
public void setClusterIdentifier(String clusterIdentifier)
By default, resize operations for all clusters defined for an AWS account are returned.
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.
public DescribeResizeRequest withClusterIdentifier(String clusterIdentifier)
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.
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.
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 |