Class PendingModifiedValues
- All Implemented Interfaces:
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.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()booleanThe pending or in-progress change of the automated snapshot retention period.The pending or in-progress change of the new identifier for the cluster.The pending or in-progress change of the cluster type.The pending or in-progress change of the service version.The pending or in-progress change of the master user password for the cluster.The pending or in-progress change of the cluster's node type.The pending or in-progress change of the number of nodes in the cluster.The pending or in-progress change of the ability to connect to the cluster from the public network.inthashCode()The pending or in-progress change of the ability to connect to the cluster from the public network.voidsetAutomatedSnapshotRetentionPeriod(Integer automatedSnapshotRetentionPeriod) The pending or in-progress change of the automated snapshot retention period.voidsetClusterIdentifier(String clusterIdentifier) The pending or in-progress change of the new identifier for the cluster.voidsetClusterType(String clusterType) The pending or in-progress change of the cluster type.voidsetClusterVersion(String clusterVersion) The pending or in-progress change of the service version.voidsetMasterUserPassword(String masterUserPassword) The pending or in-progress change of the master user password for the cluster.voidsetNodeType(String nodeType) The pending or in-progress change of the cluster's node type.voidsetNumberOfNodes(Integer numberOfNodes) The pending or in-progress change of the number of nodes in the cluster.voidsetPubliclyAccessible(Boolean publiclyAccessible) The pending or in-progress change of the ability to connect to the cluster from the public network.toString()Returns a string representation of this object; useful for testing and debugging.withAutomatedSnapshotRetentionPeriod(Integer automatedSnapshotRetentionPeriod) The pending or in-progress change of the automated snapshot retention period.withClusterIdentifier(String clusterIdentifier) The pending or in-progress change of the new identifier for the cluster.withClusterType(String clusterType) The pending or in-progress change of the cluster type.withClusterVersion(String clusterVersion) The pending or in-progress change of the service version.withMasterUserPassword(String masterUserPassword) The pending or in-progress change of the master user password for the cluster.withNodeType(String nodeType) The pending or in-progress change of the cluster's node type.withNumberOfNodes(Integer numberOfNodes) The pending or in-progress change of the number of nodes in the cluster.withPubliclyAccessible(Boolean publiclyAccessible) The pending or in-progress change of the ability to connect to the cluster from the public network.
-
Constructor Details
-
PendingModifiedValues
public PendingModifiedValues()
-
-
Method Details
-
setMasterUserPassword
The pending or in-progress change of the master user password for the cluster.
- Parameters:
masterUserPassword- The pending or in-progress change of the master user password for the cluster.
-
getMasterUserPassword
The pending or in-progress change of the master user password for the cluster.
- Returns:
- The pending or in-progress change of the master user password for the cluster.
-
withMasterUserPassword
The pending or in-progress change of the master user password for the cluster.
- Parameters:
masterUserPassword- The pending or in-progress change of the master user password for the cluster.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setNodeType
The pending or in-progress change of the cluster's node type.
- Parameters:
nodeType- The pending or in-progress change of the cluster's node type.
-
getNodeType
The pending or in-progress change of the cluster's node type.
- Returns:
- The pending or in-progress change of the cluster's node type.
-
withNodeType
The pending or in-progress change of the cluster's node type.
- Parameters:
nodeType- The pending or in-progress change of the cluster's node type.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setNumberOfNodes
The pending or in-progress change of the number of nodes in the cluster.
- Parameters:
numberOfNodes- The pending or in-progress change of the number of nodes in the cluster.
-
getNumberOfNodes
The pending or in-progress change of the number of nodes in the cluster.
- Returns:
- The pending or in-progress change of the number of nodes in the cluster.
-
withNumberOfNodes
The pending or in-progress change of the number of nodes in the cluster.
- Parameters:
numberOfNodes- The pending or in-progress change of the number of nodes in the cluster.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setClusterType
The pending or in-progress change of the cluster type.
- Parameters:
clusterType- The pending or in-progress change of the cluster type.
-
getClusterType
The pending or in-progress change of the cluster type.
- Returns:
- The pending or in-progress change of the cluster type.
-
withClusterType
The pending or in-progress change of the cluster type.
- Parameters:
clusterType- The pending or in-progress change of the cluster type.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setClusterVersion
The pending or in-progress change of the service version.
- Parameters:
clusterVersion- The pending or in-progress change of the service version.
-
getClusterVersion
The pending or in-progress change of the service version.
- Returns:
- The pending or in-progress change of the service version.
-
withClusterVersion
The pending or in-progress change of the service version.
- Parameters:
clusterVersion- The pending or in-progress change of the service version.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setAutomatedSnapshotRetentionPeriod
The pending or in-progress change of the automated snapshot retention period.
- Parameters:
automatedSnapshotRetentionPeriod- The pending or in-progress change of the automated snapshot retention period.
-
getAutomatedSnapshotRetentionPeriod
The pending or in-progress change of the automated snapshot retention period.
- Returns:
- The pending or in-progress change of the automated snapshot retention period.
-
withAutomatedSnapshotRetentionPeriod
public PendingModifiedValues withAutomatedSnapshotRetentionPeriod(Integer automatedSnapshotRetentionPeriod) The pending or in-progress change of the automated snapshot retention period.
- Parameters:
automatedSnapshotRetentionPeriod- The pending or in-progress change of the automated snapshot retention period.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setClusterIdentifier
The pending or in-progress change of the new identifier for the cluster.
- Parameters:
clusterIdentifier- The pending or in-progress change of the new identifier for the cluster.
-
getClusterIdentifier
The pending or in-progress change of the new identifier for the cluster.
- Returns:
- The pending or in-progress change of the new identifier for the cluster.
-
withClusterIdentifier
The pending or in-progress change of the new identifier for the cluster.
- Parameters:
clusterIdentifier- The pending or in-progress change of the new identifier for the cluster.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setPubliclyAccessible
The pending or in-progress change of the ability to connect to the cluster from the public network.
- Parameters:
publiclyAccessible- The pending or in-progress change of the ability to connect to the cluster from the public network.
-
getPubliclyAccessible
The pending or in-progress change of the ability to connect to the cluster from the public network.
- Returns:
- The pending or in-progress change of the ability to connect to the cluster from the public network.
-
withPubliclyAccessible
The pending or in-progress change of the ability to connect to the cluster from the public network.
- Parameters:
publiclyAccessible- The pending or in-progress change of the ability to connect to the cluster from the public network.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
isPubliclyAccessible
The pending or in-progress change of the ability to connect to the cluster from the public network.
- Returns:
- The pending or in-progress change of the ability to connect to the cluster from the public network.
-
toString
-
equals
-
hashCode
-
clone
-