DnsRecordSet.UpdateStages.WithCaaRecordEntry Interface

public static interface DnsRecordSet.UpdateStages.WithCaaRecordEntry

The stage of the Caa record definition allowing to add or remove service record.

Method Summary

Modifier and Type Method and Description
abstract UpdateCaaRecordSet withRecord(int flags, String tag, String value)

Specifies a Caa record for a service.

abstract UpdateCaaRecordSet withoutRecord(int flags, String tag, String value)

Removes a Caa record for a service.

Method Details

withRecord

public abstract DnsRecordSet.UpdateCaaRecordSet withRecord(int flags, String tag, String value)

Specifies a Caa record for a service.

Parameters:

flags - the flags for this CAA record as an integer between 0 and 255
tag - the tag for this CAA record
value - the value for this CAA record

Returns:

the next stage of the record set update

withoutRecord

public abstract DnsRecordSet.UpdateCaaRecordSet withoutRecord(int flags, String tag, String value)

Removes a Caa record for a service.

Parameters:

flags - the flags for this CAA record as an integer between 0 and 255
tag - the tag for this CAA record
value - the value for this CAA record

Returns:

the next stage of the record set update

Applies to