Interface EvaluationSearchSummary.Builder

  • Method Details

    • evaluationId

      EvaluationSearchSummary.Builder evaluationId(String evaluationId)

      A unique identifier for the contact evaluation.

      Parameters:
      evaluationId - A unique identifier for the contact evaluation.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • evaluationArn

      EvaluationSearchSummary.Builder evaluationArn(String evaluationArn)

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

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

      EvaluationSearchSummary.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

      EvaluationSearchSummary.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.
    • metadata

      Summary information about the evaluation search.

      Parameters:
      metadata - Summary information about the evaluation search.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • metadata

      Summary information about the evaluation search.

      This is a convenience method that creates an instance of the EvaluationSearchMetadata.Builder avoiding the need to create one manually via EvaluationSearchMetadata.builder().

      When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to metadata(EvaluationSearchMetadata).

      Parameters:
      metadata - a consumer that will call methods on EvaluationSearchMetadata.Builder
      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:
    • 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:
    • evaluationType

      EvaluationSearchSummary.Builder evaluationType(String evaluationType)

      Type of the evaluation.

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

      EvaluationSearchSummary.Builder evaluationType(EvaluationType evaluationType)

      Type of the evaluation.

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

      EvaluationSearchSummary.Builder createdTime(Instant createdTime)

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

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

      EvaluationSearchSummary.Builder lastModifiedTime(Instant lastModifiedTime)

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

      Parameters:
      lastModifiedTime - The date and time when the evaluation was modified last time, in UTC time.
      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.