Interface DnsRecordSet.UpdateStages.WithCaaRecordEntry

    • Method Detail

      • withRecord

        @Beta(V1_9_0)
        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

        @Beta(V1_9_0)
        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