Interface UpdateError.Builder

All Superinterfaces:
Buildable, CopyableBuilder<UpdateError.Builder,UpdateError>, SdkBuilder<UpdateError.Builder,UpdateError>, SdkPojo
Enclosing class:
UpdateError

public static interface UpdateError.Builder extends SdkPojo, CopyableBuilder<UpdateError.Builder,UpdateError>
  • Method Details

    • errorCode

      UpdateError.Builder errorCode(String errorCode)

      The error code that corresponds to the error with the last update.

      Parameters:
      errorCode - The error code that corresponds to the error with the last update.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • errorMessage

      UpdateError.Builder errorMessage(String errorMessage)

      The error message that corresponds to the error code.

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