Interface EvaluationFormVersionSummary.Builder

    • Method Detail

      • evaluationFormArn

        EvaluationFormVersionSummary.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.
      • evaluationFormId

        EvaluationFormVersionSummary.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.
      • evaluationFormVersion

        EvaluationFormVersionSummary.Builder evaluationFormVersion​(Integer evaluationFormVersion)

        A version of the evaluation form.

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

        EvaluationFormVersionSummary.Builder locked​(Boolean locked)

        The flag indicating whether the evaluation form is locked for changes.

        Parameters:
        locked - The flag indicating whether the evaluation form is locked for changes.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • createdTime

        EvaluationFormVersionSummary.Builder createdTime​(Instant createdTime)

        The timestamp for when the evaluation form was created.

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

        EvaluationFormVersionSummary.Builder createdBy​(String createdBy)

        The Amazon Resource Name (ARN) of the user who created the evaluation form.

        Parameters:
        createdBy - The Amazon Resource Name (ARN) of the user who created the evaluation form.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • lastModifiedTime

        EvaluationFormVersionSummary.Builder lastModifiedTime​(Instant lastModifiedTime)

        The timestamp for when the evaluation form was last updated.

        Parameters:
        lastModifiedTime - The timestamp for when the evaluation form was last updated.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • lastModifiedBy

        EvaluationFormVersionSummary.Builder lastModifiedBy​(String lastModifiedBy)

        The Amazon Resource Name (ARN) of the user who last updated the evaluation form.

        Parameters:
        lastModifiedBy - The Amazon Resource Name (ARN) of the user who last updated the evaluation form.
        Returns:
        Returns a reference to this object so that method calls can be chained together.