Interface PrivateDnsRecordSet.UpdateDefinitionStages.WithTxtRecordTextValue<ParentT>
- Type Parameters:
ParentT- the stage of the parent definition to return to after attaching this definition
- All Known Subinterfaces:
PrivateDnsRecordSet.UpdateDefinition<ParentT>,PrivateDnsRecordSet.UpdateDefinitionStages.TxtRecordSetBlank<ParentT>,PrivateDnsRecordSet.UpdateDefinitionStages.WithTxtRecordTextValueOrAttachable<ParentT>
- Enclosing interface:
- PrivateDnsRecordSet.UpdateDefinitionStages
public static interface PrivateDnsRecordSet.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
PrivateDnsRecordSet.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
-