Interface BatchDeleteEvaluationJobError.Builder

    • Method Detail

      • 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

        BatchDeleteEvaluationJobError.Builder code​(String 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

        BatchDeleteEvaluationJobError.Builder message​(String 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.