Interface DnsRecordSet.UpdateDefinitionStages.WithCaaRecordEntry<ParentT>
- Type Parameters:
ParentT- the stage of the parent definition to return to after attaching this definition
- All Known Subinterfaces:
DnsRecordSet.UpdateDefinition<ParentT>,DnsRecordSet.UpdateDefinitionStages.CaaRecordSetBlank<ParentT>,DnsRecordSet.UpdateDefinitionStages.WithCaaRecordEntryOrAttachable<ParentT>
- Enclosing interface:
DnsRecordSet.UpdateDefinitionStages
public static interface DnsRecordSet.UpdateDefinitionStages.WithCaaRecordEntry<ParentT>
The stage of the Caa record definition allowing to add first service record.
-
Method Summary
Modifier and TypeMethodDescriptionwithRecord(int flags, String tag, String value) Specifies a Caa record for a service.
-
Method Details
-
withRecord
DnsRecordSet.UpdateDefinitionStages.WithCaaRecordEntryOrAttachable<ParentT> 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 255tag- the tag for this CAA recordvalue- the value for this CAA record- Returns:
- the next stage of the definition
-