Interface DnsRecordSet.UpdateStages.WithMetadata

    • Method Detail

      • withMetadata

        DnsRecordSet.Update withMetadata​(String key,
                                         String value)
        Adds a metadata to the record set.
        Parameters:
        key - the key for the metadata
        value - the value for the metadata
        Returns:
        the next stage of the record set update
      • withoutMetadata

        DnsRecordSet.Update withoutMetadata​(String key)
        Removes a metadata from the record set.
        Parameters:
        key - the key of the metadata to remove
        Returns:
        the next stage of the record set update