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()
boolean
The 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.int
hashCode()
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.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
Returns a string representation of this object; useful for testing and debugging. -
equals
-
hashCode
public int hashCode() -
clone
-