Interface BatchDeleteEvaluationJobError.Builder

  • Method Details

    • jobIdentifier

      BatchDeleteEvaluationJobError.Builder jobIdentifier(String jobIdentifier)

      The ARN of the evaluation job being deleted.

      Parameters:
      jobIdentifier - The ARN of the evaluation job being deleted.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • code

      A HTTP status code of the evaluation job being deleted.

      Parameters:
      code - A HTTP status code of the evaluation job being deleted.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • message

      A status message about the evaluation job deletion.

      Parameters:
      message - A status message about the evaluation job deletion.
      Returns:
      Returns a reference to this object so that method calls can be chained together.