|
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.services.redshift.model.DescribeResizeResult
public class DescribeResizeResult
Describes the result of a cluster resize operation.
Constructor Summary | |
---|---|
DescribeResizeResult()
|
Method Summary | |
---|---|
boolean |
equals(java.lang.Object obj)
|
java.util.List<java.lang.String> |
getImportTablesCompleted()
The names of tables that have been completely imported . |
java.util.List<java.lang.String> |
getImportTablesInProgress()
The names of tables that are being currently imported. |
java.util.List<java.lang.String> |
getImportTablesNotStarted()
The names of tables that have not been yet imported. |
java.lang.String |
getStatus()
The status of the resize operation. |
java.lang.String |
getTargetClusterType()
The cluster type after the resize is complete. |
java.lang.String |
getTargetNodeType()
The node type that the cluster will have after the resize is complete. |
java.lang.Integer |
getTargetNumberOfNodes()
The number of nodes that the cluster will have after the resize is complete. |
int |
hashCode()
|
void |
setImportTablesCompleted(java.util.Collection<java.lang.String> importTablesCompleted)
The names of tables that have been completely imported . |
void |
setImportTablesInProgress(java.util.Collection<java.lang.String> importTablesInProgress)
The names of tables that are being currently imported. |
void |
setImportTablesNotStarted(java.util.Collection<java.lang.String> importTablesNotStarted)
The names of tables that have not been yet imported. |
void |
setStatus(java.lang.String status)
The status of the resize operation. |
void |
setTargetClusterType(java.lang.String targetClusterType)
The cluster type after the resize is complete. |
void |
setTargetNodeType(java.lang.String targetNodeType)
The node type that the cluster will have after the resize is complete. |
void |
setTargetNumberOfNodes(java.lang.Integer targetNumberOfNodes)
The number of nodes that the cluster will have after the resize is complete. |
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and debugging. |
DescribeResizeResult |
withImportTablesCompleted(java.util.Collection<java.lang.String> importTablesCompleted)
The names of tables that have been completely imported . |
DescribeResizeResult |
withImportTablesCompleted(java.lang.String... importTablesCompleted)
The names of tables that have been completely imported . |
DescribeResizeResult |
withImportTablesInProgress(java.util.Collection<java.lang.String> importTablesInProgress)
The names of tables that are being currently imported. |
DescribeResizeResult |
withImportTablesInProgress(java.lang.String... importTablesInProgress)
The names of tables that are being currently imported. |
DescribeResizeResult |
withImportTablesNotStarted(java.util.Collection<java.lang.String> importTablesNotStarted)
The names of tables that have not been yet imported. |
DescribeResizeResult |
withImportTablesNotStarted(java.lang.String... importTablesNotStarted)
The names of tables that have not been yet imported. |
DescribeResizeResult |
withStatus(java.lang.String status)
The status of the resize operation. |
DescribeResizeResult |
withTargetClusterType(java.lang.String targetClusterType)
The cluster type after the resize is complete. |
DescribeResizeResult |
withTargetNodeType(java.lang.String targetNodeType)
The node type that the cluster will have after the resize is complete. |
DescribeResizeResult |
withTargetNumberOfNodes(java.lang.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 |
---|
public DescribeResizeResult()
Method Detail |
---|
public java.lang.String getTargetNodeType()
public void setTargetNodeType(java.lang.String targetNodeType)
targetNodeType
- The node type that the cluster will have after the resize is complete.public DescribeResizeResult withTargetNodeType(java.lang.String targetNodeType)
Returns a reference to this object so that method calls can be chained together.
targetNodeType
- The node type that the cluster will have after the resize is complete.public java.lang.Integer getTargetNumberOfNodes()
public void setTargetNumberOfNodes(java.lang.Integer targetNumberOfNodes)
targetNumberOfNodes
- The number of nodes that the cluster will have after the resize is
complete.public DescribeResizeResult withTargetNumberOfNodes(java.lang.Integer targetNumberOfNodes)
Returns a reference to this object so that method calls can be chained together.
targetNumberOfNodes
- The number of nodes that the cluster will have after the resize is
complete.public java.lang.String getTargetClusterType()
Valid Values:
multi-node
| single-node
Valid Values:
multi-node
| single-node
public void setTargetClusterType(java.lang.String targetClusterType)
Valid Values:
multi-node
| single-node
targetClusterType
- The cluster type after the resize is complete. Valid Values:
multi-node
| single-node
public DescribeResizeResult withTargetClusterType(java.lang.String targetClusterType)
Valid Values:
multi-node
| single-node
Returns a reference to this object so that method calls can be chained together.
targetClusterType
- The cluster type after the resize is complete. Valid Values:
multi-node
| single-node
public java.lang.String getStatus()
Valid Values: NONE
| IN_PROGRESS
| FAILED
|
SUCCEEDED
Valid Values: NONE
| IN_PROGRESS
| FAILED
|
SUCCEEDED
public void setStatus(java.lang.String status)
Valid Values: NONE
| IN_PROGRESS
| FAILED
|
SUCCEEDED
status
- The status of the resize operation. Valid Values: NONE
| IN_PROGRESS
| FAILED
|
SUCCEEDED
public DescribeResizeResult withStatus(java.lang.String status)
Valid Values: NONE
| IN_PROGRESS
| FAILED
|
SUCCEEDED
Returns a reference to this object so that method calls can be chained together.
status
- The status of the resize operation. Valid Values: NONE
| IN_PROGRESS
| FAILED
|
SUCCEEDED
public java.util.List<java.lang.String> getImportTablesCompleted()
Valid Values: List of table names.
Valid Values: List of table names.
public void setImportTablesCompleted(java.util.Collection<java.lang.String> importTablesCompleted)
Valid Values: List of table names.
importTablesCompleted
- The names of tables that have been completely imported . Valid Values: List of table names.
public DescribeResizeResult withImportTablesCompleted(java.lang.String... importTablesCompleted)
Valid Values: List of table names.
Returns a reference to this object so that method calls can be chained together.
importTablesCompleted
- The names of tables that have been completely imported . Valid Values: List of table names.
public DescribeResizeResult withImportTablesCompleted(java.util.Collection<java.lang.String> importTablesCompleted)
Valid Values: List of table names.
Returns a reference to this object so that method calls can be chained together.
importTablesCompleted
- The names of tables that have been completely imported . Valid Values: List of table names.
public java.util.List<java.lang.String> getImportTablesInProgress()
Valid Values: List of table names.
Valid Values: List of table names.
public void setImportTablesInProgress(java.util.Collection<java.lang.String> importTablesInProgress)
Valid Values: List of table names.
importTablesInProgress
- The names of tables that are being currently imported. Valid Values: List of table names.
public DescribeResizeResult withImportTablesInProgress(java.lang.String... importTablesInProgress)
Valid Values: List of table names.
Returns a reference to this object so that method calls can be chained together.
importTablesInProgress
- The names of tables that are being currently imported. Valid Values: List of table names.
public DescribeResizeResult withImportTablesInProgress(java.util.Collection<java.lang.String> importTablesInProgress)
Valid Values: List of table names.
Returns a reference to this object so that method calls can be chained together.
importTablesInProgress
- The names of tables that are being currently imported. Valid Values: List of table names.
public java.util.List<java.lang.String> getImportTablesNotStarted()
Valid Values: List of table names
Valid Values: List of table names
public void setImportTablesNotStarted(java.util.Collection<java.lang.String> importTablesNotStarted)
Valid Values: List of table names
importTablesNotStarted
- The names of tables that have not been yet imported. Valid Values: List of table names
public DescribeResizeResult withImportTablesNotStarted(java.lang.String... importTablesNotStarted)
Valid Values: List of table names
Returns a reference to this object so that method calls can be chained together.
importTablesNotStarted
- The names of tables that have not been yet imported. Valid Values: List of table names
public DescribeResizeResult withImportTablesNotStarted(java.util.Collection<java.lang.String> importTablesNotStarted)
Valid Values: List of table names
Returns a reference to this object so that method calls can be chained together.
importTablesNotStarted
- The names of tables that have not been yet imported. Valid Values: List of table names
public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |