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:
  • Constructor Details

    • PendingModifiedValues

      public PendingModifiedValues()
  • Method Details

    • 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 class Object
      Returns:
      A string representation of this object.
      See Also:
    • equals

      public boolean equals(Object obj)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • clone

      public PendingModifiedValues clone()
      Overrides:
      clone in class Object