Interface EvaluationFormSearchSummary.Builder

  • Method Details

    • evaluationFormId

      EvaluationFormSearchSummary.Builder evaluationFormId(String evaluationFormId)

      The unique identifier for the evaluation form.

      Parameters:
      evaluationFormId - The unique identifier for the evaluation form.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • evaluationFormArn

      EvaluationFormSearchSummary.Builder evaluationFormArn(String evaluationFormArn)

      The Amazon Resource Name (ARN) for the evaluation form resource.

      Parameters:
      evaluationFormArn - The Amazon Resource Name (ARN) for the evaluation form resource.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • title

      The title of the evaluation form.

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

      The status of the evaluation form.

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

      The status of the evaluation form.

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

      EvaluationFormSearchSummary.Builder description(String description)

      The description of the evaluation form.

      Parameters:
      description - The description of the evaluation form.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • createdTime

      EvaluationFormSearchSummary.Builder createdTime(Instant createdTime)

      When the evaluation form was created.

      Parameters:
      createdTime - When the evaluation form was created.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • createdBy

      Who created the evaluation form.

      Parameters:
      createdBy - Who created the evaluation form.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • lastModifiedTime

      EvaluationFormSearchSummary.Builder lastModifiedTime(Instant lastModifiedTime)

      When the evaluation form was last changed.

      Parameters:
      lastModifiedTime - When the evaluation form was last changed.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • lastModifiedBy

      EvaluationFormSearchSummary.Builder lastModifiedBy(String lastModifiedBy)

      Who changed the evaluation form.

      Parameters:
      lastModifiedBy - Who changed the evaluation form.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • lastActivatedTime

      EvaluationFormSearchSummary.Builder lastActivatedTime(Instant lastActivatedTime)

      When the evaluation format was last activated.

      Parameters:
      lastActivatedTime - When the evaluation format was last activated.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • lastActivatedBy

      EvaluationFormSearchSummary.Builder lastActivatedBy(String lastActivatedBy)

      The ID of user who last activated evaluation form.

      Parameters:
      lastActivatedBy - The ID of user who last activated evaluation form.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • latestVersion

      EvaluationFormSearchSummary.Builder latestVersion(Integer latestVersion)

      Latest version of the evaluation form.

      Parameters:
      latestVersion - Latest version of the evaluation form.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • activeVersion

      EvaluationFormSearchSummary.Builder activeVersion(Integer activeVersion)

      Active version of the evaluation form.

      Parameters:
      activeVersion - Active version of the evaluation form.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • autoEvaluationEnabled

      EvaluationFormSearchSummary.Builder autoEvaluationEnabled(Boolean autoEvaluationEnabled)

      Whether automated evaluation is enabled.

      Parameters:
      autoEvaluationEnabled - Whether automated evaluation is enabled.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • tags

      The tags used to organize, track, or control access for this resource. For example, { "Tags": {"key1":"value1", "key2":"value2"} }.

      Parameters:
      tags - The tags used to organize, track, or control access for this resource. For example, { "Tags": {"key1":"value1", "key2":"value2"} }.
      Returns:
      Returns a reference to this object so that method calls can be chained together.