Interface FailedConfiguration.Builder

  • Method Details

    • configurationId

      FailedConfiguration.Builder configurationId(String configurationId)

      The unique identifier of the configuration the failed to delete.

      Parameters:
      configurationId - The unique identifier of the configuration the failed to delete.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • errorStatusCode

      FailedConfiguration.Builder errorStatusCode(Integer errorStatusCode)

      The integer error code associated with the error message.

      Parameters:
      errorStatusCode - The integer error code associated with the error message.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • errorMessage

      FailedConfiguration.Builder errorMessage(String errorMessage)

      A descriptive message indicating why the associated configuration failed to delete.

      Parameters:
      errorMessage - A descriptive message indicating why the associated configuration failed to delete.
      Returns:
      Returns a reference to this object so that method calls can be chained together.