Interface DnsRecordSet.UpdateDefinitionStages.WithTxtRecordTextValue<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.TxtRecordSetBlank<ParentT>,DnsRecordSet.UpdateDefinitionStages.WithTxtRecordTextValueOrAttachable<ParentT>
- Enclosing interface:
DnsRecordSet.UpdateDefinitionStages
public static interface DnsRecordSet.UpdateDefinitionStages.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
DnsRecordSet.UpdateDefinitionStages.WithTxtRecordTextValueOrAttachable<ParentT> withText(String text) Creates a TXT record with the given text in this record set.- Parameters:
text- the text value- Returns:
- the next stage of the definition
-