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
@Beta(V1_9_0) public static interface DnsRecordSet.UpdateDefinitionStages.WithCaaRecordEntry<ParentT>The stage of the Caa record definition allowing to add first service record.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DnsRecordSet.UpdateDefinitionStages.WithCaaRecordEntryOrAttachable<ParentT>withRecord(int flags, String tag, String value)Specifies a Caa record for a service.
-
-
-
Method Detail
-
withRecord
@Beta(V1_9_0) 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
-
-