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 PendingModifiedValuesclone()booleanequals(Object obj)IntegergetAutomatedSnapshotRetentionPeriod()The pending or in-progress change of the automated snapshot retention period.StringgetClusterIdentifier()The pending or in-progress change of the new identifier for the cluster.StringgetClusterType()The pending or in-progress change of the cluster type.StringgetClusterVersion()The pending or in-progress change of the service version.StringgetMasterUserPassword()The pending or in-progress change of the master user password for the cluster.StringgetNodeType()The pending or in-progress change of the cluster's node type.IntegergetNumberOfNodes()The pending or in-progress change of the number of nodes in the cluster.BooleangetPubliclyAccessible()The pending or in-progress change of the ability to connect to the cluster from the public network.inthashCode()BooleanisPubliclyAccessible()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.StringtoString()Returns a string representation of this object; useful for testing and debugging.PendingModifiedValueswithAutomatedSnapshotRetentionPeriod(Integer automatedSnapshotRetentionPeriod)The pending or in-progress change of the automated snapshot retention period.PendingModifiedValueswithClusterIdentifier(String clusterIdentifier)The pending or in-progress change of the new identifier for the cluster.PendingModifiedValueswithClusterType(String clusterType)The pending or in-progress change of the cluster type.PendingModifiedValueswithClusterVersion(String clusterVersion)The pending or in-progress change of the service version.PendingModifiedValueswithMasterUserPassword(String masterUserPassword)The pending or in-progress change of the master user password for the cluster.PendingModifiedValueswithNodeType(String nodeType)The pending or in-progress change of the cluster's node type.PendingModifiedValueswithNumberOfNodes(Integer numberOfNodes)The pending or in-progress change of the number of nodes in the cluster.PendingModifiedValueswithPubliclyAccessible(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:
toStringin classObject- Returns:
- A string representation of this object.
- See Also:
Object.toString()
-
clone
public PendingModifiedValues clone()
-
-