public class DescribeResizeResult extends Object implements Serializable
Describes the result of a cluster resize operation.
Constructor and Description |
---|
DescribeResizeResult() |
Modifier and Type | Method and Description |
---|---|
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.
|
public String getTargetNodeType()
public void setTargetNodeType(String targetNodeType)
targetNodeType
- The node type that the cluster will have after the resize is complete.public DescribeResizeResult withTargetNodeType(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 Integer getTargetNumberOfNodes()
public void setTargetNumberOfNodes(Integer targetNumberOfNodes)
targetNumberOfNodes
- The number of nodes that the cluster will have after the resize is
complete.public DescribeResizeResult withTargetNumberOfNodes(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 String getTargetClusterType()
Valid Values:
multi-node
| single-node
Valid Values:
multi-node
| single-node
public void setTargetClusterType(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(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 String getStatus()
Valid Values: NONE
| IN_PROGRESS
| FAILED
|
SUCCEEDED
Valid Values: NONE
| IN_PROGRESS
| FAILED
|
SUCCEEDED
public void setStatus(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(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 List<String> getImportTablesCompleted()
Valid Values: List of table names.
Valid Values: List of table names.
public void setImportTablesCompleted(Collection<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(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(Collection<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 List<String> getImportTablesInProgress()
Valid Values: List of table names.
Valid Values: List of table names.
public void setImportTablesInProgress(Collection<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(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(Collection<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 List<String> getImportTablesNotStarted()
Valid Values: List of table names
Valid Values: List of table names
public void setImportTablesNotStarted(Collection<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(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(Collection<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 String toString()
toString
in class Object
Object.toString()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.