Interface DnsRecordSet.DefinitionStages.WithTxtRecordTextValue<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.TxtRecordSetBlank<ParentT>,DnsRecordSet.DefinitionStages.WithTxtRecordTextValueOrAttachable<ParentT>
- Enclosing interface:
- DnsRecordSet.DefinitionStages
public static interface DnsRecordSet.DefinitionStages.WithTxtRecordTextValue<ParentT>
The stage of the TXT record definition allowing to add first TXT record.
-
Method Summary
Modifier and TypeMethodDescriptionCreates a Txt record with the given text in this record set.
-
Method Details
-
withText
Creates a Txt record with the given text in this record set.- Parameters:
text- the text value- Returns:
- the next stage of the definition
-