Interface DnsVerification.Builder

  • Method Details

    • token

      The verification token to include in the DNS record value.

      Parameters:
      token - The verification token to include in the DNS record value.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • dnsRecordName

      DnsVerification.Builder dnsRecordName(String dnsRecordName)

      The name of the DNS record to create for verification.

      Parameters:
      dnsRecordName - The name of the DNS record to create for verification.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • dnsRecordType

      DnsVerification.Builder dnsRecordType(String dnsRecordType)

      The type of DNS record to create. Currently, only TXT is supported.

      Parameters:
      dnsRecordType - The type of DNS record to create. Currently, only TXT is supported.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • dnsRecordType

      DnsVerification.Builder dnsRecordType(DNSRecordType dnsRecordType)

      The type of DNS record to create. Currently, only TXT is supported.

      Parameters:
      dnsRecordType - The type of DNS record to create. Currently, only TXT is supported.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also: