Interface ErrorDetails.Builder

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

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

    • errorMessage

      ErrorDetails.Builder errorMessage(String errorMessage)

      The error message from the job, if there is one.

      Parameters:
      errorMessage - The error message from the job, if there is one.
      Returns:
      Returns a reference to this object so that method calls can be chained together.