Interface PrivateDnsRecordSet.DefinitionStages.WithTxtRecordTextValue<ParentT>
-
- Type Parameters:
ParentT- the stage of the parent definition to return to after attaching this definition
- All Known Subinterfaces:
PrivateDnsRecordSet.Definition<ParentT>,PrivateDnsRecordSet.DefinitionStages.TxtRecordSetBlank<ParentT>,PrivateDnsRecordSet.DefinitionStages.WithTxtRecordTextValueOrAttachable<ParentT>
- Enclosing interface:
- PrivateDnsRecordSet.DefinitionStages
public static interface PrivateDnsRecordSet.DefinitionStages.WithTxtRecordTextValue<ParentT>The stage of the TXT record definition allowing to add first TXT record.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PrivateDnsRecordSet.DefinitionStages.WithTxtRecordTextValueOrAttachable<ParentT>withText(String text)Creates a Txt record with the given text in this record set.
-
-
-
Method Detail
-
withText
PrivateDnsRecordSet.DefinitionStages.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
-
-