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 Summary
Modifier and TypeMethodDescriptionwithoutRecord(int flags, String tag, String value) Removes a Caa record for a service.withRecord(int flags, String tag, String value) Specifies a Caa record for a service.
-
Method Details
-
withRecord
Specifies a Caa record for a service.- Parameters:
flags- the flags for this CAA record as an integer between 0 and 255tag- the tag for this CAA recordvalue- the value for this CAA record- Returns:
- the next stage of the record set update
-
withoutRecord
Removes a Caa record for a service.- Parameters:
flags- the flags for this CAA record as an integer between 0 and 255tag- the tag for this CAA recordvalue- the value for this CAA record- Returns:
- the next stage of the record set update
-