Did this page help you?

   Yes   No   Tell us about it...

com.amazonaws.services.redshift.model
Class DescribeResizeResult

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

public class DescribeResizeResult
extends Object
implements Serializable

Describes the result of a cluster resize operation.

See Also:
Serialized Form

Constructor Summary
DescribeResizeResult()
           
 
Method Summary
 boolean equals(Object obj)
           
 List<String> getImportTablesCompleted()
          The names of tables that have been completely imported .
 List<String> getImportTablesInProgress()
          The names of tables that are being currently imported.
 List<String> getImportTablesNotStarted()
          The names of tables that have not been yet imported.
 String getStatus()
          The status of the resize operation.
 String getTargetClusterType()
          The cluster type after the resize is complete.
 String getTargetNodeType()
          The node type that the cluster will have after the resize is complete.
 Integer getTargetNumberOfNodes()
          The number of nodes that the cluster will have after the resize is complete.
 int hashCode()
           
 void setImportTablesCompleted(Collection<String> importTablesCompleted)
          The names of tables that have been completely imported .
 void setImportTablesInProgress(Collection<String> importTablesInProgress)
          The names of tables that are being currently imported.
 void setImportTablesNotStarted(Collection<String> importTablesNotStarted)
          The names of tables that have not been yet imported.
 void setStatus(String status)
          The status of the resize operation.
 void setTargetClusterType(String targetClusterType)
          The cluster type after the resize is complete.
 void setTargetNodeType(String targetNodeType)
          The node type that the cluster will have after the resize is complete.
 void setTargetNumberOfNodes(Integer targetNumberOfNodes)
          The number of nodes that the cluster will have after the resize is complete.
 String toString()
          Returns a string representation of this object; useful for testing and debugging.
 DescribeResizeResult withImportTablesCompleted(Collection<String> importTablesCompleted)
          The names of tables that have been completely imported .
 DescribeResizeResult withImportTablesCompleted(String... importTablesCompleted)
          The names of tables that have been completely imported .
 DescribeResizeResult withImportTablesInProgress(Collection<String> importTablesInProgress)
          The names of tables that are being currently imported.
 DescribeResizeResult withImportTablesInProgress(String... importTablesInProgress)
          The names of tables that are being currently imported.
 DescribeResizeResult withImportTablesNotStarted(Collection<String> importTablesNotStarted)
          The names of tables that have not been yet imported.
 DescribeResizeResult withImportTablesNotStarted(String... importTablesNotStarted)
          The names of tables that have not been yet imported.
 DescribeResizeResult withStatus(String status)
          The status of the resize operation.
 DescribeResizeResult withTargetClusterType(String targetClusterType)
          The cluster type after the resize is complete.
 DescribeResizeResult withTargetNodeType(String targetNodeType)
          The node type that the cluster will have after the resize is complete.
 DescribeResizeResult withTargetNumberOfNodes(Integer targetNumberOfNodes)
          The number of nodes that the cluster will have after the resize is complete.
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DescribeResizeResult

public DescribeResizeResult()
Method Detail

getTargetNodeType

public String getTargetNodeType()
The node type that the cluster will have after the resize is complete.

Returns:
The node type that the cluster will have after the resize is complete.

setTargetNodeType

public void setTargetNodeType(String targetNodeType)
The node type that the cluster will have after the resize is complete.

Parameters:
targetNodeType - The node type that the cluster will have after the resize is complete.

withTargetNodeType

public DescribeResizeResult withTargetNodeType(String targetNodeType)
The node type that the cluster will have after the resize is complete.

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

Parameters:
targetNodeType - The node type that the cluster will have after the resize is complete.
Returns:
A reference to this updated object so that method calls can be chained together.

getTargetNumberOfNodes

public Integer getTargetNumberOfNodes()
The number of nodes that the cluster will have after the resize is complete.

Returns:
The number of nodes that the cluster will have after the resize is complete.

setTargetNumberOfNodes

public void setTargetNumberOfNodes(Integer targetNumberOfNodes)
The number of nodes that the cluster will have after the resize is complete.

Parameters:
targetNumberOfNodes - The number of nodes that the cluster will have after the resize is complete.

withTargetNumberOfNodes

public DescribeResizeResult withTargetNumberOfNodes(Integer targetNumberOfNodes)
The number of nodes that the cluster will have after the resize is complete.

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

Parameters:
targetNumberOfNodes - The number of nodes that the cluster will have after the resize is complete.
Returns:
A reference to this updated object so that method calls can be chained together.

getTargetClusterType

public String getTargetClusterType()
The cluster type after the resize is complete.

Valid Values: multi-node | single-node

Returns:
The cluster type after the resize is complete.

Valid Values: multi-node | single-node


setTargetClusterType

public void setTargetClusterType(String targetClusterType)
The cluster type after the resize is complete.

Valid Values: multi-node | single-node

Parameters:
targetClusterType - The cluster type after the resize is complete.

Valid Values: multi-node | single-node


withTargetClusterType

public DescribeResizeResult withTargetClusterType(String targetClusterType)
The cluster type after the resize is complete.

Valid Values: multi-node | single-node

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

Parameters:
targetClusterType - The cluster type after the resize is complete.

Valid Values: multi-node | single-node

Returns:
A reference to this updated object so that method calls can be chained together.

getStatus

public String getStatus()
The status of the resize operation.

Valid Values: NONE | IN_PROGRESS | FAILED | SUCCEEDED

Returns:
The status of the resize operation.

Valid Values: NONE | IN_PROGRESS | FAILED | SUCCEEDED


setStatus

public void setStatus(String status)
The status of the resize operation.

Valid Values: NONE | IN_PROGRESS | FAILED | SUCCEEDED

Parameters:
status - The status of the resize operation.

Valid Values: NONE | IN_PROGRESS | FAILED | SUCCEEDED


withStatus

public DescribeResizeResult withStatus(String status)
The status of the resize operation.

Valid Values: NONE | IN_PROGRESS | FAILED | SUCCEEDED

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

Parameters:
status - The status of the resize operation.

Valid Values: NONE | IN_PROGRESS | FAILED | SUCCEEDED

Returns:
A reference to this updated object so that method calls can be chained together.

getImportTablesCompleted

public List<String> getImportTablesCompleted()
The names of tables that have been completely imported .

Valid Values: List of table names.

Returns:
The names of tables that have been completely imported .

Valid Values: List of table names.


setImportTablesCompleted

public void setImportTablesCompleted(Collection<String> importTablesCompleted)
The names of tables that have been completely imported .

Valid Values: List of table names.

Parameters:
importTablesCompleted - The names of tables that have been completely imported .

Valid Values: List of table names.


withImportTablesCompleted

public DescribeResizeResult withImportTablesCompleted(String... importTablesCompleted)
The names of tables that have been completely imported .

Valid Values: List of table names.

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

Parameters:
importTablesCompleted - The names of tables that have been completely imported .

Valid Values: List of table names.

Returns:
A reference to this updated object so that method calls can be chained together.

withImportTablesCompleted

public DescribeResizeResult withImportTablesCompleted(Collection<String> importTablesCompleted)
The names of tables that have been completely imported .

Valid Values: List of table names.

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

Parameters:
importTablesCompleted - The names of tables that have been completely imported .

Valid Values: List of table names.

Returns:
A reference to this updated object so that method calls can be chained together.

getImportTablesInProgress

public List<String> getImportTablesInProgress()
The names of tables that are being currently imported.

Valid Values: List of table names.

Returns:
The names of tables that are being currently imported.

Valid Values: List of table names.


setImportTablesInProgress

public void setImportTablesInProgress(Collection<String> importTablesInProgress)
The names of tables that are being currently imported.

Valid Values: List of table names.

Parameters:
importTablesInProgress - The names of tables that are being currently imported.

Valid Values: List of table names.


withImportTablesInProgress

public DescribeResizeResult withImportTablesInProgress(String... importTablesInProgress)
The names of tables that are being currently imported.

Valid Values: List of table names.

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

Parameters:
importTablesInProgress - The names of tables that are being currently imported.

Valid Values: List of table names.

Returns:
A reference to this updated object so that method calls can be chained together.

withImportTablesInProgress

public DescribeResizeResult withImportTablesInProgress(Collection<String> importTablesInProgress)
The names of tables that are being currently imported.

Valid Values: List of table names.

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

Parameters:
importTablesInProgress - The names of tables that are being currently imported.

Valid Values: List of table names.

Returns:
A reference to this updated object so that method calls can be chained together.

getImportTablesNotStarted

public List<String> getImportTablesNotStarted()
The names of tables that have not been yet imported.

Valid Values: List of table names

Returns:
The names of tables that have not been yet imported.

Valid Values: List of table names


setImportTablesNotStarted

public void setImportTablesNotStarted(Collection<String> importTablesNotStarted)
The names of tables that have not been yet imported.

Valid Values: List of table names

Parameters:
importTablesNotStarted - The names of tables that have not been yet imported.

Valid Values: List of table names


withImportTablesNotStarted

public DescribeResizeResult withImportTablesNotStarted(String... importTablesNotStarted)
The names of tables that have not been yet imported.

Valid Values: List of table names

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

Parameters:
importTablesNotStarted - The names of tables that have not been yet imported.

Valid Values: List of table names

Returns:
A reference to this updated object so that method calls can be chained together.

withImportTablesNotStarted

public DescribeResizeResult withImportTablesNotStarted(Collection<String> importTablesNotStarted)
The names of tables that have not been yet imported.

Valid Values: List of table names

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

Parameters:
importTablesNotStarted - The names of tables that have not been yet imported.

Valid Values: List of table names

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.