|
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.PendingModifiedValues
public class PendingModifiedValues
Describes cluster attributes that are in a pending state. A change to one or more the attributes was requested and is in progress or will be applied.
Constructor Summary | |
---|---|
PendingModifiedValues()
|
Method Summary | |
---|---|
boolean |
equals(java.lang.Object obj)
|
java.lang.Integer |
getAutomatedSnapshotRetentionPeriod()
The pending or in-progress change of the automated snapshot retention period. |
java.lang.String |
getClusterType()
The pending or in-progress change of the cluster type. |
java.lang.String |
getClusterVersion()
The pending or in-progress change of the service version. |
java.lang.String |
getMasterUserPassword()
The pending or in-progress change of the master credentials for the cluster. |
java.lang.String |
getNodeType()
The pending or in-progress change of the cluster's node type. |
java.lang.Integer |
getNumberOfNodes()
The pending or in-progress change of the number nodes in the cluster. |
int |
hashCode()
|
void |
setAutomatedSnapshotRetentionPeriod(java.lang.Integer automatedSnapshotRetentionPeriod)
The pending or in-progress change of the automated snapshot retention period. |
void |
setClusterType(java.lang.String clusterType)
The pending or in-progress change of the cluster type. |
void |
setClusterVersion(java.lang.String clusterVersion)
The pending or in-progress change of the service version. |
void |
setMasterUserPassword(java.lang.String masterUserPassword)
The pending or in-progress change of the master credentials for the cluster. |
void |
setNodeType(java.lang.String nodeType)
The pending or in-progress change of the cluster's node type. |
void |
setNumberOfNodes(java.lang.Integer numberOfNodes)
The pending or in-progress change of the number nodes in the cluster. |
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and debugging. |
PendingModifiedValues |
withAutomatedSnapshotRetentionPeriod(java.lang.Integer automatedSnapshotRetentionPeriod)
The pending or in-progress change of the automated snapshot retention period. |
PendingModifiedValues |
withClusterType(java.lang.String clusterType)
The pending or in-progress change of the cluster type. |
PendingModifiedValues |
withClusterVersion(java.lang.String clusterVersion)
The pending or in-progress change of the service version. |
PendingModifiedValues |
withMasterUserPassword(java.lang.String masterUserPassword)
The pending or in-progress change of the master credentials for the cluster. |
PendingModifiedValues |
withNodeType(java.lang.String nodeType)
The pending or in-progress change of the cluster's node type. |
PendingModifiedValues |
withNumberOfNodes(java.lang.Integer numberOfNodes)
The pending or in-progress change of the number nodes in the cluster. |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public PendingModifiedValues()
Method Detail |
---|
public java.lang.String getMasterUserPassword()
public void setMasterUserPassword(java.lang.String masterUserPassword)
masterUserPassword
- The pending or in-progress change of the master credentials for the
cluster.public PendingModifiedValues withMasterUserPassword(java.lang.String masterUserPassword)
Returns a reference to this object so that method calls can be chained together.
masterUserPassword
- The pending or in-progress change of the master credentials for the
cluster.public java.lang.String getNodeType()
public void setNodeType(java.lang.String nodeType)
nodeType
- The pending or in-progress change of the cluster's node type.public PendingModifiedValues withNodeType(java.lang.String nodeType)
Returns a reference to this object so that method calls can be chained together.
nodeType
- The pending or in-progress change of the cluster's node type.public java.lang.Integer getNumberOfNodes()
public void setNumberOfNodes(java.lang.Integer numberOfNodes)
numberOfNodes
- The pending or in-progress change of the number nodes in the cluster.public PendingModifiedValues withNumberOfNodes(java.lang.Integer numberOfNodes)
Returns a reference to this object so that method calls can be chained together.
numberOfNodes
- The pending or in-progress change of the number nodes in the cluster.public java.lang.String getClusterType()
public void setClusterType(java.lang.String clusterType)
clusterType
- The pending or in-progress change of the cluster type.public PendingModifiedValues withClusterType(java.lang.String clusterType)
Returns a reference to this object so that method calls can be chained together.
clusterType
- The pending or in-progress change of the cluster type.public java.lang.String getClusterVersion()
public void setClusterVersion(java.lang.String clusterVersion)
clusterVersion
- The pending or in-progress change of the service version.public PendingModifiedValues withClusterVersion(java.lang.String clusterVersion)
Returns a reference to this object so that method calls can be chained together.
clusterVersion
- The pending or in-progress change of the service version.public java.lang.Integer getAutomatedSnapshotRetentionPeriod()
public void setAutomatedSnapshotRetentionPeriod(java.lang.Integer automatedSnapshotRetentionPeriod)
automatedSnapshotRetentionPeriod
- The pending or in-progress change of the automated snapshot retention
period.public PendingModifiedValues withAutomatedSnapshotRetentionPeriod(java.lang.Integer automatedSnapshotRetentionPeriod)
Returns a reference to this object so that method calls can be chained together.
automatedSnapshotRetentionPeriod
- The pending or in-progress change of the automated snapshot retention
period.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 |