Interface AwsRedshiftClusterClusterParameterStatus.Builder

  • Method Details

    • parameterName

      The name of the parameter.

      Parameters:
      parameterName - The name of the parameter.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • parameterApplyStatus

      AwsRedshiftClusterClusterParameterStatus.Builder parameterApplyStatus(String parameterApplyStatus)

      The status of the parameter. Indicates whether the parameter is in sync with the database, waiting for a cluster reboot, or encountered an error when it was applied.

      Valid values: in-sync | pending-reboot | applying | invalid-parameter | apply-deferred | apply-error | unknown-error

      Parameters:
      parameterApplyStatus - The status of the parameter. Indicates whether the parameter is in sync with the database, waiting for a cluster reboot, or encountered an error when it was applied.

      Valid values: in-sync | pending-reboot | applying | invalid-parameter | apply-deferred | apply-error | unknown-error

      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • parameterApplyErrorDescription

      AwsRedshiftClusterClusterParameterStatus.Builder parameterApplyErrorDescription(String parameterApplyErrorDescription)

      The error that prevented the parameter from being applied to the database.

      Parameters:
      parameterApplyErrorDescription - The error that prevented the parameter from being applied to the database.
      Returns:
      Returns a reference to this object so that method calls can be chained together.