public class PendingModifiedValues extends Object implements Serializable, Cloneable
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 and Description |
---|
PendingModifiedValues() |
Modifier and Type | Method and Description |
---|---|
PendingModifiedValues |
clone() |
boolean |
equals(Object obj) |
Integer |
getAutomatedSnapshotRetentionPeriod()
The pending or in-progress change of the automated snapshot retention
period.
|
String |
getClusterIdentifier()
The pending or in-progress change of the new identifier for the cluster.
|
String |
getClusterType()
The pending or in-progress change of the cluster type.
|
String |
getClusterVersion()
The pending or in-progress change of the service version.
|
String |
getMasterUserPassword()
The pending or in-progress change of the master user password for the
cluster.
|
String |
getNodeType()
The pending or in-progress change of the cluster's node type.
|
Integer |
getNumberOfNodes()
The pending or in-progress change of the number of nodes in the cluster.
|
Boolean |
getPubliclyAccessible()
The pending or in-progress change of the ability to connect to the
cluster from the public network.
|
int |
hashCode() |
Boolean |
isPubliclyAccessible()
The pending or in-progress change of the ability to connect to the
cluster from the public network.
|
void |
setAutomatedSnapshotRetentionPeriod(Integer automatedSnapshotRetentionPeriod)
The pending or in-progress change of the automated snapshot retention
period.
|
void |
setClusterIdentifier(String clusterIdentifier)
The pending or in-progress change of the new identifier for the cluster.
|
void |
setClusterType(String clusterType)
The pending or in-progress change of the cluster type.
|
void |
setClusterVersion(String clusterVersion)
The pending or in-progress change of the service version.
|
void |
setMasterUserPassword(String masterUserPassword)
The pending or in-progress change of the master user password for the
cluster.
|
void |
setNodeType(String nodeType)
The pending or in-progress change of the cluster's node type.
|
void |
setNumberOfNodes(Integer numberOfNodes)
The pending or in-progress change of the number of nodes in the cluster.
|
void |
setPubliclyAccessible(Boolean publiclyAccessible)
The pending or in-progress change of the ability to connect to the
cluster from the public network.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
PendingModifiedValues |
withAutomatedSnapshotRetentionPeriod(Integer automatedSnapshotRetentionPeriod)
The pending or in-progress change of the automated snapshot retention
period.
|
PendingModifiedValues |
withClusterIdentifier(String clusterIdentifier)
The pending or in-progress change of the new identifier for the cluster.
|
PendingModifiedValues |
withClusterType(String clusterType)
The pending or in-progress change of the cluster type.
|
PendingModifiedValues |
withClusterVersion(String clusterVersion)
The pending or in-progress change of the service version.
|
PendingModifiedValues |
withMasterUserPassword(String masterUserPassword)
The pending or in-progress change of the master user password for the
cluster.
|
PendingModifiedValues |
withNodeType(String nodeType)
The pending or in-progress change of the cluster's node type.
|
PendingModifiedValues |
withNumberOfNodes(Integer numberOfNodes)
The pending or in-progress change of the number of nodes in the cluster.
|
PendingModifiedValues |
withPubliclyAccessible(Boolean publiclyAccessible)
The pending or in-progress change of the ability to connect to the
cluster from the public network.
|
public void setMasterUserPassword(String masterUserPassword)
The pending or in-progress change of the master user password for the cluster.
masterUserPassword
- The pending or in-progress change of the master user password for
the cluster.public String getMasterUserPassword()
The pending or in-progress change of the master user password for the cluster.
public PendingModifiedValues withMasterUserPassword(String masterUserPassword)
The pending or in-progress change of the master user password for the cluster.
masterUserPassword
- The pending or in-progress change of the master user password for
the cluster.public void setNodeType(String nodeType)
The pending or in-progress change of the cluster's node type.
nodeType
- The pending or in-progress change of the cluster's node type.public String getNodeType()
The pending or in-progress change of the cluster's node type.
public PendingModifiedValues withNodeType(String nodeType)
The pending or in-progress change of the cluster's node type.
nodeType
- The pending or in-progress change of the cluster's node type.public void setNumberOfNodes(Integer numberOfNodes)
The pending or in-progress change of the number of nodes in the cluster.
numberOfNodes
- The pending or in-progress change of the number of nodes in the
cluster.public Integer getNumberOfNodes()
The pending or in-progress change of the number of nodes in the cluster.
public PendingModifiedValues withNumberOfNodes(Integer numberOfNodes)
The pending or in-progress change of the number of nodes in the cluster.
numberOfNodes
- The pending or in-progress change of the number of nodes in the
cluster.public void setClusterType(String clusterType)
The pending or in-progress change of the cluster type.
clusterType
- The pending or in-progress change of the cluster type.public String getClusterType()
The pending or in-progress change of the cluster type.
public PendingModifiedValues withClusterType(String clusterType)
The pending or in-progress change of the cluster type.
clusterType
- The pending or in-progress change of the cluster type.public void setClusterVersion(String clusterVersion)
The pending or in-progress change of the service version.
clusterVersion
- The pending or in-progress change of the service version.public String getClusterVersion()
The pending or in-progress change of the service version.
public PendingModifiedValues withClusterVersion(String clusterVersion)
The pending or in-progress change of the service version.
clusterVersion
- The pending or in-progress change of the service version.public void setAutomatedSnapshotRetentionPeriod(Integer automatedSnapshotRetentionPeriod)
The pending or in-progress change of the automated snapshot retention period.
automatedSnapshotRetentionPeriod
- The pending or in-progress change of the automated snapshot
retention period.public Integer getAutomatedSnapshotRetentionPeriod()
The pending or in-progress change of the automated snapshot retention period.
public PendingModifiedValues withAutomatedSnapshotRetentionPeriod(Integer automatedSnapshotRetentionPeriod)
The pending or in-progress change of the automated snapshot retention period.
automatedSnapshotRetentionPeriod
- The pending or in-progress change of the automated snapshot
retention period.public void setClusterIdentifier(String clusterIdentifier)
The pending or in-progress change of the new identifier for the cluster.
clusterIdentifier
- The pending or in-progress change of the new identifier for the
cluster.public String getClusterIdentifier()
The pending or in-progress change of the new identifier for the cluster.
public PendingModifiedValues withClusterIdentifier(String clusterIdentifier)
The pending or in-progress change of the new identifier for the cluster.
clusterIdentifier
- The pending or in-progress change of the new identifier for the
cluster.public void setPubliclyAccessible(Boolean publiclyAccessible)
The pending or in-progress change of the ability to connect to the cluster from the public network.
publiclyAccessible
- The pending or in-progress change of the ability to connect to the
cluster from the public network.public Boolean getPubliclyAccessible()
The pending or in-progress change of the ability to connect to the cluster from the public network.
public PendingModifiedValues withPubliclyAccessible(Boolean publiclyAccessible)
The pending or in-progress change of the ability to connect to the cluster from the public network.
publiclyAccessible
- The pending or in-progress change of the ability to connect to the
cluster from the public network.public Boolean isPubliclyAccessible()
The pending or in-progress change of the ability to connect to the cluster from the public network.
public String toString()
toString
in class Object
Object.toString()
public PendingModifiedValues clone()
Copyright © 2018. All rights reserved.