Interface PrivateDnsRecordSet.UpdateStages.WithTxtRecordTextValue

    • Method Detail

      • withText

        PrivateDnsRecordSet.UpdateTxtRecordSet 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 record set update
      • withoutText

        PrivateDnsRecordSet.UpdateTxtRecordSet withoutText​(String text)
        Removes a Txt record with the given text from this record set.
        Parameters:
        text - the text value
        Returns:
        the next stage of the record set update
      • withoutText

        PrivateDnsRecordSet.UpdateTxtRecordSet withoutText​(List<String> textChunks)
        Removes a Txt record with the given text (split into 255 char chunks) from this record set.
        Parameters:
        textChunks - the text value as list
        Returns:
        the next stage of the record set update