Class PendingModifiedValues
- java.lang.Object
-
- com.amazonaws.services.redshift.model.PendingModifiedValues
-
- All Implemented Interfaces:
Serializable
,Cloneable
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.
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description PendingModifiedValues()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method 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.
-
-
-
Method Detail
-
setMasterUserPassword
public void setMasterUserPassword(String masterUserPassword)
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
public String 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
public PendingModifiedValues withMasterUserPassword(String masterUserPassword)
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
public void setNodeType(String nodeType)
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
public String 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
public PendingModifiedValues withNodeType(String nodeType)
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
public void setNumberOfNodes(Integer numberOfNodes)
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
public Integer 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
public PendingModifiedValues withNumberOfNodes(Integer numberOfNodes)
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
public void setClusterType(String clusterType)
The pending or in-progress change of the cluster type.
- Parameters:
clusterType
- The pending or in-progress change of the cluster type.
-
getClusterType
public String getClusterType()
The pending or in-progress change of the cluster type.
- Returns:
- The pending or in-progress change of the cluster type.
-
withClusterType
public PendingModifiedValues withClusterType(String clusterType)
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
public void setClusterVersion(String clusterVersion)
The pending or in-progress change of the service version.
- Parameters:
clusterVersion
- The pending or in-progress change of the service version.
-
getClusterVersion
public String getClusterVersion()
The pending or in-progress change of the service version.
- Returns:
- The pending or in-progress change of the service version.
-
withClusterVersion
public PendingModifiedValues withClusterVersion(String clusterVersion)
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
public void setAutomatedSnapshotRetentionPeriod(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.
-
getAutomatedSnapshotRetentionPeriod
public Integer 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
public void setClusterIdentifier(String clusterIdentifier)
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
public String 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
public PendingModifiedValues withClusterIdentifier(String clusterIdentifier)
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
public void setPubliclyAccessible(Boolean publiclyAccessible)
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
public Boolean 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
public PendingModifiedValues withPubliclyAccessible(Boolean publiclyAccessible)
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
public Boolean 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
public String toString()
Returns a string representation of this object; useful for testing and debugging.- Overrides:
toString
in classObject
- Returns:
- A string representation of this object.
- See Also:
Object.toString()
-
clone
public PendingModifiedValues clone()
-
-