Interface Assertion.Builder

  • Method Details

    • serviceArn

      Assertion.Builder serviceArn(String serviceArn)
      Sets the value of the ServiceArn property for this object.
      Parameters:
      serviceArn - The new value for the ServiceArn property for this object.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • assertionId

      Assertion.Builder assertionId(String assertionId)

      The unique identifier of the assertion.

      Parameters:
      assertionId - The unique identifier of the assertion.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • text

      The text content of the assertion.

      Parameters:
      text - The text content of the assertion.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • source

      Assertion.Builder source(String source)

      The source of the assertion, indicating whether it was AI-generated or created by a user.

      Parameters:
      source - The source of the assertion, indicating whether it was AI-generated or created by a user.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • source

      The source of the assertion, indicating whether it was AI-generated or created by a user.

      Parameters:
      source - The source of the assertion, indicating whether it was AI-generated or created by a user.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • createdAt

      Assertion.Builder createdAt(Instant createdAt)

      The timestamp when the assertion was created.

      Parameters:
      createdAt - The timestamp when the assertion was created.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • updatedAt

      Assertion.Builder updatedAt(Instant updatedAt)

      The timestamp when the assertion was last updated.

      Parameters:
      updatedAt - The timestamp when the assertion was last updated.
      Returns:
      Returns a reference to this object so that method calls can be chained together.