Interface VerifyTargetDomainResponse.Builder

  • Method Details

    • targetDomainId

      VerifyTargetDomainResponse.Builder targetDomainId(String targetDomainId)

      The unique identifier of the target domain.

      Parameters:
      targetDomainId - The unique identifier of the target domain.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • domainName

      The domain name of the target domain.

      Parameters:
      domainName - The domain name of the target domain.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • createdAt

      The date and time the target domain was created, in UTC format.

      Parameters:
      createdAt - The date and time the target domain was created, in UTC format.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • updatedAt

      The date and time the target domain was last updated, in UTC format.

      Parameters:
      updatedAt - The date and time the target domain was last updated, in UTC format.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • verifiedAt

      The date and time the target domain was verified, in UTC format.

      Parameters:
      verifiedAt - The date and time the target domain was verified, in UTC format.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • status

      The verification status of the target domain.

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

      The verification status of the target domain.

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

      VerifyTargetDomainResponse.Builder verificationStatusReason(String verificationStatusReason)

      The reason for the current target domain verification status.

      Parameters:
      verificationStatusReason - The reason for the current target domain verification status.
      Returns:
      Returns a reference to this object so that method calls can be chained together.