Interface DnsRecordSet.DefinitionStages.WithCaaRecordEntry<ParentT>
-
- Type Parameters:
ParentT- the stage of the parent definition to return to after attaching this definition
- All Known Subinterfaces:
DnsRecordSet.Definition<ParentT>,DnsRecordSet.DefinitionStages.CaaRecordSetBlank<ParentT>,DnsRecordSet.DefinitionStages.WithCaaRecordEntryOrAttachable<ParentT>
- Enclosing interface:
- DnsRecordSet.DefinitionStages
@Beta(V1_9_0) public static interface DnsRecordSet.DefinitionStages.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.DefinitionStages.WithCaaRecordEntryOrAttachable<ParentT>withRecord(int flags, String tag, String value)Specifies a Caa record for a service.
-
-
-
Method Detail
-
withRecord
@Beta(V1_9_0) DnsRecordSet.DefinitionStages.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
-
-