DnsRecordSet.UpdateDefinitionStages.WithTxtRecordTextValue<ParentT> Interface

Type Parameters

ParentT

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

public static interface DnsRecordSet.UpdateDefinitionStages.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.UpdateDefinitionStages.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