DnsRecordSet.DefinitionStages.WithTxtRecordTextValue<ParentT> Interface

Type Parameters

ParentT

the stage of the parent definition to return to after attaching this definition

public static interface DnsRecordSet.DefinitionStages.WithTxtRecordTextValue

The stage of the TXT record definition allowing to add first TXT record.

Method Summary

Modifier and Type Method and Description
abstract WithTxtRecordTextValueOrAttachable<ParentT> withText(String text)

Creates a Txt record with the given text in this record set.

Method Details

withText

public abstract DnsRecordSet.DefinitionStages.WithTxtRecordTextValueOrAttachable 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

Applies to