Interface DnsRecordSet.UpdateStages.WithCaaRecordEntry

All Known Subinterfaces:
DnsRecordSet.UpdateCaaRecordSet, DnsRecordSet.UpdateCombined
Enclosing interface:
DnsRecordSet.UpdateStages

public static interface DnsRecordSet.UpdateStages.WithCaaRecordEntry
The stage of the Caa record definition allowing to add or remove service record.
  • Method Details

    • withRecord

      DnsRecordSet.UpdateCaaRecordSet withRecord(int flags, String tag, String value)
      Specifies a Caa record for a service.
      Parameters:
      flags - the flags for this CAA record as an integer between 0 and 255
      tag - the tag for this CAA record
      value - the value for this CAA record
      Returns:
      the next stage of the record set update
    • withoutRecord

      DnsRecordSet.UpdateCaaRecordSet withoutRecord(int flags, String tag, String value)
      Removes a Caa record for a service.
      Parameters:
      flags - the flags for this CAA record as an integer between 0 and 255
      tag - the tag for this CAA record
      value - the value for this CAA record
      Returns:
      the next stage of the record set update