Interface ContactEvaluation.Builder

  • Method Details

    • formId

      The FormId of the contact evaluation.

      Parameters:
      formId - The FormId of the contact evaluation.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • evaluationArn

      ContactEvaluation.Builder evaluationArn(String evaluationArn)

      The Amazon Resource Name for the evaluation form. It is always present.

      Parameters:
      evaluationArn - The Amazon Resource Name for the evaluation form. It is always present.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • status

      The status of the evaluation.

      Parameters:
      status - The status of the evaluation.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • status

      The status of the evaluation.

      Parameters:
      status - The status of the evaluation.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • startTimestamp

      ContactEvaluation.Builder startTimestamp(Instant startTimestamp)

      The date and time when the evaluation was started, in UTC time.

      Parameters:
      startTimestamp - The date and time when the evaluation was started, in UTC time.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • endTimestamp

      ContactEvaluation.Builder endTimestamp(Instant endTimestamp)

      The date and time when the evaluation was submitted, in UTC time.

      Parameters:
      endTimestamp - The date and time when the evaluation was submitted, in UTC time.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • deleteTimestamp

      ContactEvaluation.Builder deleteTimestamp(Instant deleteTimestamp)

      The date and time when the evaluation was deleted, in UTC time.

      Parameters:
      deleteTimestamp - The date and time when the evaluation was deleted, in UTC time.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • exportLocation

      ContactEvaluation.Builder exportLocation(String exportLocation)

      The path where evaluation was exported.

      Parameters:
      exportLocation - The path where evaluation was exported.
      Returns:
      Returns a reference to this object so that method calls can be chained together.